Skip to content

Commit

Permalink
changed deps order in setup.py because of this bug pypa/setuptools#370
Browse files Browse the repository at this point in the history
…in setuptools
  • Loading branch information
danwos committed Jan 6, 2017
1 parent 1372d4c commit 3517a0f
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 @@ -23,8 +23,8 @@
packages=find_packages(exclude=['ez_setup', 'examples', 'tests']),
include_package_data=True,
platforms='any',
install_requires=['groundwork', 'groundwork-database',
'flask', 'flask_admin', 'flask-restless',
install_requires=['groundwork-database', 'groundwork',
'Flask>0.10.1', 'Flask-Admin', 'Flask-Restless',
'pytest-runner', 'sphinx', 'docutils'],
tests_require=['pytest', 'pytest-flake8'],
classifiers=[
Expand Down

0 comments on commit 3517a0f

Please sign in to comment.