Skip to content

Commit

Permalink
Remove the explicit dependency on Flask to avoid setuptools bug
Browse files Browse the repository at this point in the history
At the moment you cannot ``python setup.py install`` Anitya (and this is
causing our documentation to not build) because we're hitting a
setuptools bug[0] which is causing "Flask-WTF" to be matched for the
"Flask" requirement. Without the explicit requirement, the Flask plugins
we use (including Flask-WTF) will pull Flask in.

[0] pypa/setuptools#196

Signed-off-by: Jeremy Cline <jeremy@jcline.org>
  • Loading branch information
jeremycline committed Apr 17, 2017
1 parent 0599433 commit 78a580a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion requirements/requirements.txt
Expand Up @@ -2,7 +2,6 @@ alembic
bunch
dateutils
fedmsg
flask
flask-openid
# Need the fixes for https://github.com/puiterwijk/flask-oidc/issues/12
# and https://github.com/puiterwijk/flask-oidc/issues/24
Expand Down

0 comments on commit 78a580a

Please sign in to comment.