-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
49 lines (46 loc) · 1001 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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
"backports.entry-points-selectable" = "==1.1.0"
beautifulsoup4 = "==4.9.3"
bs4 = "==0.0.1"
cachelib = "==0.2.0"
certifi = "==2023.7.22"
charset-normalizer = "==2.0.3"
click = "==8.0.1"
colorama = "==0.4.4"
decorator = "==5.0.9"
distlib = "==0.3.2"
filelock = "==3.0.12"
gunicorn = "==20.1.0"
html5lib = "==1.1"
idna = "==3.2"
itsdangerous = "==2.0.1"
lxml = "==4.9.1"
pipenv = "==2022.1.8"
platformdirs = "==2.2.0"
python-dateutil = "==2.8.2"
pytz = "==2021.1"
requests = "==2.26.0"
six = "==1.16.0"
soupsieve = "==2.2.1"
tzlocal = "==2.1"
urllib3 = "==1.26.6"
validators = "==0.18.2"
virtualenv = "==20.7.0"
virtualenv-clone = "==0.5.6"
webencodings = "==0.5.1"
APScheduler = "==3.7.0"
Flask = "==2.0.1"
Flask-APScheduler = "==1.12.2"
Flask-Session = "==0.4.0"
Jinja2 = "==3.0.1"
MarkupSafe = "==2.0.1"
Werkzeug = "==2.2.3"
psycopg2 = "*"
flask-sqlalchemy = "*"
[dev-packages]
[requires]
python_version = "3.9"