diff options
author | neodarz <neodarz@neodarz.net> | 2019-01-17 20:56:58 +0100 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2019-01-17 20:56:58 +0100 |
commit | 202509f26901033476c7e68422e444184f73ab4c (patch) | |
tree | 6ec2890ec1b2264af4044f7a4fa17b792755f92a | |
parent | d9f743a688538a563ad4172ea17fef366072b3b6 (diff) | |
download | khanindexer-202509f26901033476c7e68422e444184f73ab4c.tar.xz khanindexer-202509f26901033476c7e68422e444184f73ab4c.zip |
Add some requirements
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index f6df86c..6607cd0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,4 @@ Scrapy==1.5.1 +Flask==1.0.2 peewee==3.8.1 +psycopg2==2.7.6.1 |