We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e187c8c + e9b12d1 commit 5be9352Copy full SHA for 5be9352
2 files changed
MANIFEST.in
@@ -8,3 +8,5 @@ include *.md
8
# Include the license file
9
include LICENSE.txt
10
11
+# # Include the requirements file
12
+include requirements.txt
tox.ini
@@ -27,8 +27,12 @@ allowlist_externals =
27
/bin/bash
28
; changedir =
29
; tests
30
+#
31
# https://tox.readthedocs.io/en/latest/config.html#conf-deps
32
+# https://tox.readthedocs.io/en/latest/example/basic.html#a-simple-tox-ini-default-environments
33
34
deps =
35
+ -rrequirements.txt
36
unittest2
37
flake8
38
virtualenv
0 commit comments