Skip to content

Commit

Permalink
exclude broken versions of dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
magical committed Apr 17, 2018
1 parent d316129 commit fb8f830
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
"SQLAlchemy>=0.6",
"Mako>=0.3.4",
"nose>=0.11",
"WTForms>=0.6",
"WTForms>=0.6,<2.0",
'markdown',
'lxml',
'webhelpers>=1.2',
# 'Babel>=0.9.5', # needed for translation work only, can do without

# pokedex
'pokedex',
'SQLAlchemy>=0.7.5',
'SQLAlchemy>=0.7.5,<1.2',
],
setup_requires=["PasteScript"],

Expand Down

0 comments on commit fb8f830

Please sign in to comment.