Skip to content

Commit

Permalink
#72: Add versions and remove pip-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
keiranjprice101 committed Sep 26, 2019
1 parent 96441b3 commit da0622f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
9 changes: 4 additions & 5 deletions requirements.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
flask_restful
sqlalchemy
pymysql
pyyaml
pip-tools
flask_restful == 0.3.7
sqlalchemy == 1.3.8
pymysql == 0.9.3
pyyaml == 5.1.2
7 changes: 3 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,15 @@
# pip-compile
#
aniso8601==8.0.0 # via flask-restful
click==7.0 # via flask, pip-tools
flask-restful==0.3.7
click==7.0 # via flask
flask==1.1.1 # via flask-restful
flask_restful==0.3.7
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
six==1.12.0 # via flask-restful
sqlalchemy==1.3.8
werkzeug==0.16.0 # via flask

0 comments on commit da0622f

Please sign in to comment.