-
Notifications
You must be signed in to change notification settings - Fork 15
/
Pipfile
53 lines (50 loc) · 992 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
47
48
49
50
51
52
53
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[dev-packages]
pycodestyle = "*"
pylint = "*"
flake8 = "*"
nose = "*"
mock = "*"
coverage = "*"
Flask-Testing = "*"
isort = "*"
ipdb = "*"
ipython = "*"
mypy = "*"
docker-compose = "*"
types-redis = "*"
types-requests = "*"
types-python-dateutil = "*"
types-mock = "*"
sqlalchemy-stubs = "*"
SQLAlchemy = {extras = ["mypy"]}
[packages]
alembic = "==1.*"
"beautifulsoup4" = "==4.*"
blinker = "==1.4.*"
celery = "==5.*"
feedparser = "==6.0.2"
json-logging-py = "==0.2"
Flask = "==2.0.*"
Flask-Migrate = "==2.*"
flask-restx = "==0.5.*"
flask-jwt = "==0.*"
goose3 = "==3.*"
gunicorn = "==20.*"
lxml = "==4.*"
opml = "==0.*"
prometheus-distributed-client = "==1.2.2"
"psycopg2" = "*"
python-dateutil = "*"
rauth = "==0.7.3"
redis = "==2.*"
requests = "==2.*"
SQLAlchemy = "==1.4.*"
the-conf = "==0.*"
flask-cors = "==3.*"
werkzeug = "==2.1.2" # fixing for bug with last flask version
[requires]
python_version = "3.9"