Skip to content

Commit

Permalink
Add proper requirements for feedgen in both py2 and py3
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed Nov 28, 2019
1 parent 8f8e021 commit 871bb21
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements-py2.in
Expand Up @@ -6,6 +6,7 @@ bleach==3.0.2
click==6.7
dominate==2.4.0
fanstatic==0.12
feedgen==0.8.0
Flask==1.1.1
Flask-Babel==0.11.2
Jinja2==2.10.1
Expand Down
2 changes: 2 additions & 0 deletions requirements-py2.txt
Expand Up @@ -16,11 +16,13 @@ dominate==2.4.0
fanstatic==0.12
flask-babel==0.11.2
Flask==1.1.1
feedgen==0.8.0
formencode==1.3.1 # via pylons
funcsigs==1.0.2 # via beaker
idna==2.8 # via requests
itsdangerous==1.1.0 # via flask
jinja2==2.10.1
lxml==4.4.2 # via feedgen
mako==1.0.9 # via alembic, pylons
markdown==2.6.7
markupsafe==1.1.1 # via jinja2, mako, webhelpers
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Expand Up @@ -19,6 +19,7 @@ flask==1.1.1
idna==2.8 # via requests
itsdangerous==1.1.0 # via flask
jinja2==2.10.1
lxml==4.4.2 # via feedgen
mako==1.1.0 # via alembic
markdown==2.6.7
markupsafe==1.1.1 # via jinja2, mako
Expand Down

0 comments on commit 871bb21

Please sign in to comment.