-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
61 lines (57 loc) · 1.42 KB
/
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
54
55
56
57
58
59
60
61
[packages]
geocoder = "*"
# alpine provides pre-built wheels for these
# loads of breaking changes in 1.2
Authlib = "<1.0.0"
boto3 = "==1.26.132"
botocore = "==1.29.132"
cachetools = "==5.3.0"
cryptography = "==41.0.3"
# published 2.2.3 has CVE, newer 2.3.1 has error
# AttributeError: module 'flask.json' has no attribute 'JSONEncoder'
# (See https://github.com/spec-first/connexion/issues/1699, in v2.14.2)
Flask = "<2.3.0"
# AttributeError: 'Babel' object has no attribute 'localeselector'
Flask-Babel = "<3.0.0"
greenlet = "==2.0.2"
itsdangerous = "==2.1.2"
jinja2 = "==3.1.2"
ldap3 = "==2.9.1"
passlib = "==1.7.4"
pycryptodomex = "==3.17"
requests = "==2.31.0"
werkzeug = "==2.2.3"
# for faster builds, pin these versions in sync with images
# instantlinux/python-builder and instantlinux/python-uwsgi
alembic = "*"
b2sdk = "*"
celery = "*"
connexion = "*"
"connexion[swagger-ui]" = "*"
dollar-ref = "*"
Flask-Cors = "*"
# GeoAlchemy2 = "*"
PyJWT = "*"
PyMySQL = "*"
pyotp = "*"
pytz = "*"
redis = "*"
# Held back due to SAWarnings about many-to-many tables
SQLAlchemy = "<1.4.0"
SQLAlchemy-Utils = "*"
swagger-ui-bundle = "*"
urllib3 = "*"
# Transitive dependencies pinned to versions of python-wsgi base image
##arrow = "==1.2.2" no longer present
cffi = "==1.15.1"
six = "==1.16.0"
[dev-packages]
coverage = "==7.2.7"
fakeredis = "*"
flake8 = "==6.1.0"
httpretty = "*"
pytest = "*"
pytest-cov = "*"
pytest-xdist = "*"
twine = "*"
wheel = "*"