forked from discord/access
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
53 lines (45 loc) · 901 Bytes
/
requirements.txt
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
# Flask
click==8.1.7
Flask==3.1.0
Werkzeug==3.1.3
gunicorn==23.0.0
six==1.16.0
python-dotenv==1.0.1
python-dateutil==2.9.0.post0
# Database
Flask-SQLAlchemy==3.1.1
SQLAlchemy==2.0.36
Flask-Migrate==4.0.7
sqlalchemy-json==0.7.0
cloud-sql-python-connector==1.14.0
pg8000==1.31.2
# API and Models
Flask-RESTful==0.3.10
marshmallow==3.23.1
marshmallow-sqlalchemy==1.1.0
flask-marshmallow==1.2.1
flask-apispec==0.11.4
# Security
Flask-Cors==5.0.0
flask-talisman==1.1.0
PyJWT==2.10.1
flask-oidc==2.2.2
# Requests
requests==2.32.3
# Error Reporting
sentry-sdk[flask]==2.19.0
# Okta
okta==2.9.8
# Plugins
pluggy==1.5.0
# Test - TODO: Move test packages to separate file
tox==4.23.2
# Lint
ruff==0.8.0
# Typing
mypy==1.13.0
types-google-cloud-ndb==2.3.0.20241103
types-Flask-Cors==5.0.0.20240902
types-Flask-Migrate==4.0.0.20240311
types-python-dateutil==2.9.0.20241003
types-requests==2.32.0.20241016