We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d53f8c5 commit fceafe1Copy full SHA for fceafe1
HISTORY.md
@@ -1,3 +1,11 @@
1
+### 0.3.0
2
+* Npm > Yarn
3
+* Updated to Flask 1.0
4
+* Clean up config, use env vars
5
+* Simplified client view
6
+* Flatten Templated Folder Structure
7
+* Removed Cli Commads
8
+
9
### 0.2.0
10
* Updated to Vue Cli 3
11
requirements.txt
@@ -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
12
+pytz==2018.5
13
six==1.11.0
14
werkzeug==0.14.1
0 commit comments