-
Notifications
You must be signed in to change notification settings - Fork 15
/
Pipfile
46 lines (43 loc) · 814 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
46
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[dev-packages]
pycodestyle = "*"
nose = "*"
mock = "*"
coverage = "*"
coveralls = "*"
Flask-Testing = "*"
isort = "*"
ipdb = "*"
ipython = "*"
pylint = "*"
mypy = "*"
docker-compose = "*"
[packages]
alembic = "==0.9.6"
"beautifulsoup4" = "==4.6.0"
blinker = ">=1.4.0"
feedparser = "==5.2.1"
lxml = "==4.1.1"
opml = "==0.5"
python-dateutil = "==2.6.1"
pytz = "==2017.2"
rauth = "==0.7.3"
requests = "==2.21.0"
the-conf = "==0.0.13"
Flask = "==1.0.2"
Flask-Migrate = "==2.1.1"
Flask-Script = "==2.0.6"
SQLAlchemy = "==1.3.3"
Werkzeug = ">=0.15"
"psycopg2" = "==2.7.3.2"
flask-restplus = "==0.11.0"
flask-jwt = "==0.3.2"
redis = "==2.10.6"
celery = "==4.2.1"
gunicorn = "==19.9.0"
json-logging-py = "==0.2"
[requires]
python_version = "3"