Skip to content

Commit 1615f46

Browse files
committed
Requirements after py3 first pass.
- Legacy-Id: 16308
1 parent 4e603c2 commit 1615f46

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ jwcrypto>=0.4.0 # for signed notifications
3434
#lxml>=3.4.0 # from PyQuery;
3535
mimeparse>=0.1.3 # from TastyPie
3636
mock>=2.0.0
37-
MySQL-python>=1.2.5
37+
mysqlclient>=1.3.13
3838
oauth2client>=4.0.0 # required by google-api-python-client, but not always pulled in
3939
patch>=1.16,<2.0
4040
pathlib>=1.0
4141
pathlib2>=2.3.0
4242
Pillow>=3.0
43-
pip==9.0.1 # Earlier pip has issues, 9.0.2 and 9.0.3, 10.0.0b1 leaves dross when down- and up-grading packages
43+
#pip==9.0.1 # Earlier pip has issues, 9.0.2 and 9.0.3, 10.0.0b1 leaves dross when down- and up-grading packages
4444
pyang>=1.7.2,<2.0
4545
pyflakes>=0.9.2
4646
pyopenssl>=17.5.0 # Used by urllib3.contrib, which is used by PyQuery but not marked as a dependency
@@ -49,15 +49,15 @@ python-dateutil>=2.2
4949
python-magic>=0.4.6
5050
python-memcached>=1.48 # for django.core.cache.backends.memcached
5151
pytz>=2014.7
52-
pyzmail>=1.0.3
52+
#pyzmail>=1.0.3
5353
requests!=2.12.*
54-
rfc2html>=2.0.0
54+
rfc2html>=2.0.1
5555
selenium>=2.42,<3.8.1
5656
six>=1.9.0
5757
sqlparse>=0.2.2
5858
tblib>=1.3.0
5959
tqdm>=3.7.0
60-
Trac>=1.0.10,<1.2
60+
#Trac>=1.2.3
6161
Unidecode>=0.4.18
6262
#wsgiref>=0.1.2
6363
xml2rfc>=2.9.3,!=2.6.0

0 commit comments

Comments
 (0)