Skip to content

Commit

Permalink
Ready: Py2 web.py==0.33 and Py3 web.py==0.40-dev1 (#1750)
Browse files Browse the repository at this point in the history
This changes allows Python 3 porting to continue while we wait for a solution to #1522.

This change is a subset of #1721
  • Loading branch information
cclauss authored and mekarpeles committed Dec 20, 2018
1 parent 7a58d0c commit e70f084
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements_common.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ pymarc==3.1.11
python-memcached==1.59
simplejson==3.16.0
supervisor==3.0a12; python_version < '3.0'
web.py==0.33
web.py==0.33; python_version < '3.0'
web.py==0.40-dev1; python_version >= '3.0'
pystatsd==0.1.6
PyYAML==3.10
eventer==0.1.1
Expand Down

0 comments on commit e70f084

Please sign in to comment.