Skip to content

Commit 5c0f15c

Browse files
committed
Updated some minimum versions for required packages.
- Legacy-Id: 17671
1 parent 26907e5 commit 5c0f15c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- conf-mode -*-
2-
setuptools>=18.5,<45.0 # Require this first, to prevent later errors
2+
setuptools>=40.3.0,<45.0 # Require this first, to prevent later errors
33
#
44
argon2-cffi>=16.1.0 # For the Argon2 password hasher option
55
beautifulsoup4>=4.5.0
@@ -50,16 +50,16 @@ pyang>=1.7.2
5050
pyflakes>=0.9.2
5151
pyopenssl>=17.5.0 # Used by urllib3.contrib, which is used by PyQuery but not marked as a dependency
5252
pyquery>=1.2.13,!=1.2.14 # Pyqyery 1.2.14 fails on some selectors or stacked selectors
53-
python-dateutil>=2.2
53+
python-dateutil>=2.4
5454
python-magic>=0.4.6
55-
python-memcached>=1.48 # for django.core.cache.backends.memcached
55+
python-memcached>=1.56 # for django.core.cache.backends.memcached
5656
python-mimeparse>=1.6 # from TastyPie
5757
pytz>=2014.7
5858
#pyzmail>=1.0.3
5959
requests!=2.12.*
6060
rfc2html>=2.0.1
6161
selenium>=2.42,<3.8.1
62-
six>=1.9.0
62+
six>=1.10.0
6363
sqlparse>=0.2.2
6464
svn>=1.0.1
6565
tblib>=1.3.0

0 commit comments

Comments
 (0)