Skip to content

Commit cfb7dc3

Browse files
committed
Require setuptools first.
- Legacy-Id: 9915
1 parent fe6aa25 commit cfb7dc3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# -*- conf-mode -*-
2+
setuptools>=1.2 # Require this first, to prevent later errors
3+
#
24
coverage>=3.7.1
35
#cssselect>=0.6.1 # for PyQuery
46
decorator>=3.4.0
@@ -19,7 +21,6 @@ python-dateutil>=2.2
1921
python-magic>=0.4.6
2022
python-memcached>=1.48 # for django.core.cache.backends.memcached
2123
pytz>=2014.7
22-
setuptools>=1.2
2324
six>=1.8.0
2425
wsgiref>=0.1.2
2526
xml2rfc>=2.5.0

0 commit comments

Comments
 (0)