We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe6aa25 commit cfb7dc3Copy full SHA for cfb7dc3
1 file changed
requirements.txt
@@ -1,4 +1,6 @@
1
# -*- conf-mode -*-
2
+setuptools>=1.2 # Require this first, to prevent later errors
3
+#
4
coverage>=3.7.1
5
#cssselect>=0.6.1 # for PyQuery
6
decorator>=3.4.0
@@ -19,7 +21,6 @@ python-dateutil>=2.2
19
21
python-magic>=0.4.6
20
22
python-memcached>=1.48 # for django.core.cache.backends.memcached
23
pytz>=2014.7
-setuptools>=1.2
24
six>=1.8.0
25
wsgiref>=0.1.2
26
xml2rfc>=2.5.0
0 commit comments