-
-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathPipfile
45 lines (41 loc) · 823 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"
[packages]
fakeredis = "==2.4.0"
flask = "~=2.3.2"
flask-session2 = "==1.3.1"
flask-cors = "*"
flask-gzip = "*"
gunicorn = "~=22.0.0"
kiwixstorage = "==0.8"
mwclient = "==0.9.3"
mwoauth = "==0.3.8"
mwparserfromhell = "==0.5.2"
oauthlib = "==2.1.0"
pyjwt = "==2.4.0"
pymysql = "~=1.1.1"
pyparsing = "==3.0.9"
pytz = "==2022.7.1"
pyyaml = "==6.0.1"
redis = "==4.4.4"
requests = "~=2.32.2"
rdflib = "~=6.0"
rq = "==1.13.0"
rq-scheduler = "==0.13.0"
validators = "*"
attrs = "==18.2.0"
pytest-cov = "*"
supervisor = "~=4.2"
yoyo-migrations = "==7.3.2"
pysocks = "*"
# Versions required for dependabot
sqlparse = "~=0.5.0"
idna = "~=3.7"
[dev-packages]
pre-commit = "==2.21.0"
pytest = "~=7.2"
yapf = "==0.28.0"
[requires]
python_version = "3.12.0"