Skip to content

Commit

Permalink
#72: Generate requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
keiranjprice101 committed Sep 26, 2019
1 parent b7bfc48 commit 96441b3
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
#
# This file is autogenerated by pip-compile
# To update, run:
#
# pip-compile
#
aniso8601==8.0.0 # via flask-restful
click==7.0 # via flask, pip-tools
flask-restful==0.3.7
flask==1.1.1 # via flask-restful
itsdangerous==1.1.0 # via flask
jinja2==2.10.1 # via flask
markupsafe==1.1.1 # via jinja2
pip-tools==4.1.0
pymysql==0.9.3
pytz==2019.2 # via flask-restful
pyyaml==5.1.2
six==1.12.0 # via flask-restful, pip-tools
sqlalchemy==1.3.8
werkzeug==0.16.0 # via flask

0 comments on commit 96441b3

Please sign in to comment.