-
Notifications
You must be signed in to change notification settings - Fork 15
/
Pipfile
45 lines (42 loc) · 812 Bytes
/
Pipfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[dev-packages]
pycodestyle = "*"
nose = "*"
mock = "*"
coverage = "*"
Flask-Testing = "*"
isort = "*"
ipdb = "*"
ipython = "*"
mypy = "*"
docker-compose = "*"
[packages]
alembic = "==0.9.6"
"beautifulsoup4" = "==4.6.0"
blinker = "==1.4.0"
celery = "==4.2.1"
feedparser = "==5.2.1"
json-logging-py = "==0.2"
Flask = "==1.0.2"
Flask-Migrate = "==2.5.3"
Flask-Script = "==2.0.6"
flask-restx = "==0.1.1"
flask-jwt = "==0.3.2"
gunicorn = "==19.9.0"
lxml = "==4.5.0"
opml = "==0.5"
prometheus-client = "==0.7.1"
"psycopg2" = "==2.8.5"
python-dateutil = "==2.6.1"
pytz = "==2017.2"
rauth = "==0.7.3"
redis = "==2.10.6"
requests = "==2.21.0"
SQLAlchemy = "==1.3.3"
the-conf = "==0.0.15"
flask-cors = "==3.0.8"
[requires]
python_version = "3"