Skip to content

Commit

Permalink
Updated Requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
gtalarico committed Aug 22, 2018
1 parent d53f8c5 commit fceafe1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
8 changes: 8 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
### 0.3.0
* Npm > Yarn
* Updated to Flask 1.0
* Clean up config, use env vars
* Simplified client view
* Flatten Templated Folder Structure
* Removed Cli Commads

### 0.2.0
* Updated to Vue Cli 3

Expand Down
8 changes: 5 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
aniso8601==3.0.0
-i https://pypi.python.org/simple
aniso8601==3.0.2
click==6.7
flask-restplus==0.10.1
flask-restplus==0.11.0
flask==0.12.2
gunicorn==19.7.1
itsdangerous==0.24
jinja2==2.10
jsonschema==2.6.0
markupsafe==1.0
pytz==2018.4
python-dotenv==0.9.1
pytz==2018.5
six==1.11.0
werkzeug==0.14.1

0 comments on commit fceafe1

Please sign in to comment.