Skip to content

Commit

Permalink
Upgrade web.py only on Python 3
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss committed Jul 30, 2020
1 parent 66e9314 commit 23dd95a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
markdown
simplejson
six
web.py==0.39; python_version < '3.0'
web.py==0.40; python_version >= '3.0'
web.py==0.39; python_version < '3.5'
web.py==0.61; python_version >= '3.5'

0 comments on commit 23dd95a

Please sign in to comment.