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 cc8c9a2 commit 10b451cCopy full SHA for 10b451c
MANIFEST.in
@@ -0,0 +1,5 @@
1
+include LICENSE
2
+include README.md
3
+
4
+recursive-exclude * __pycache__
5
+recursive-exclude * *.py[co]
requirements-dev.txt
@@ -5,9 +5,7 @@ isort==4.3.21
mypy==0.782
6
pytest>6.0.0,<7.0.0
7
pytest-cov==2.10.1
8
-semantic_version>=2.8.1,<3
9
tox==3.18.0
10
tqdm>=4.41.0,<5.0.0
11
twine==3.2.0
12
-requests>=2.19.0,<3
13
wheel>=0.35.1
0 commit comments