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 e62212e commit 86b22a4Copy full SHA for 86b22a4
requirements-test.txt
@@ -1,7 +1,6 @@
1
django>=1.8
2
redis>=3.0.0
3
funcy>=1.8,<2.0
4
-six>=1.4.0
5
before_after==1.0.0
6
jinja2>=2.10
7
dill
setup.py
@@ -27,7 +27,6 @@
27
'django>=2.1',
28
'redis>=3.0.0',
29
'funcy>=1.8,<2.0',
30
- 'six>=1.4.0',
31
],
32
classifiers=[
33
'Development Status :: 5 - Production/Stable',
0 commit comments