diff options
author | Tharre <tharre3@gmail.com> | 2017-08-20 12:41:05 +0200 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2017-08-20 12:41:05 +0200 |
commit | e2d76858affb83619ba16437b1b6b0171f7e1cf1 (patch) | |
tree | 90eb8746f11bd46c9eb1593fe0d40b5d881efa12 | |
parent | 7054b67a4b19cd389cfaab5b0f564ba5c27f64e3 (diff) | |
download | albion-api-e2d76858affb83619ba16437b1b6b0171f7e1cf1.tar.gz albion-api-e2d76858affb83619ba16437b1b6b0171f7e1cf1.tar.xz albion-api-e2d76858affb83619ba16437b1b6b0171f7e1cf1.zip |
Fix version of flask in requirements.txt
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 1cf08a8..88b43d2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -Flask==0.12.2.dev0 +Flask==0.12.2 Werkzeug==0.12.2 |