We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ec2a94 commit 8103ecfCopy full SHA for 8103ecf
domdf_python_tools/__init__.py
@@ -25,7 +25,6 @@
25
26
__author__: str = "Dominic Davis-Foster"
27
__copyright__: str = "2014-2020 Dominic Davis-Foster"
28
-
29
__license__: str = "LGPLv3+"
30
__version__: str = "0.12.0"
31
__email__: str = "[email protected]"
tests/requirements.txt
@@ -1,6 +1,7 @@
1
coverage>=5.1
2
coverage_pyver_pragma>=0.0.6
3
faker>=4.1.2
4
+iniconfig!=1.1.0,>=1.0.1
5
pandas>=1.0.0; implementation_name == "cpython" and python_version < "3.9"
6
pytest>=6.0.0
7
pytest-cov>=2.8.1
0 commit comments