Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
flask works with python 3
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrobenolt committed Sep 22, 2014
1 parent f4f71bf commit 89024b4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,8 @@
'web.py',
]

# If it's python3, remove flask, unittest2 & web.py
# If it's python3, remove unittest2 & web.py
if sys.version_info[0] == 3:
flask_requires = []
flask_tests_requires = []
unittest2_requires = []
webpy_tests_requires = []

Expand Down

0 comments on commit 89024b4

Please sign in to comment.