Skip to content
Snippets Groups Projects

Python3

Merged Tanner Prestegard requested to merge python3 into master
1 file
+ 3
3
Compare changes
  • Side-by-side
  • Inline
+ 3
3
@@ -12,6 +12,7 @@ djangorestframework==3.9.0
dnspython==1.15.0
flake8==3.5.0
html5lib==1.0.1
ipdb==0.10.2
ipython==5.5.0
@@ -51,6 +52,5 @@ pytz==2018.9
# https://github.com/etingof/pyasn1/issues/112
pyasn1==0.3.6
# Installing future for gunicorn gthreads:
futures==3.2.0
# Installing futures for gunicorn gthreads (Python 2 only):
futures==3.2.0; python_version < '3'
Loading