-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPipfile
More file actions
44 lines (41 loc) · 879 Bytes
/
Pipfile
File metadata and controls
44 lines (41 loc) · 879 Bytes
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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
alembic = "==1.13.1"
aniso8601 = "==9.0.1"
bcrypt = "==4.1.2"
blinker = "==1.7"
cachelib = "==0.10.2"
certifi = "==2024.7.4"
decorator = "==5.1.1"
distro = "==1.9.0"
Faker = "==23.1.0"
Flask = "==3.0.2"
Flask-Bcrypt = "==1.0.1"
Flask-Cors = "==4.0.0"
Flask-JWT-Extended = "==4.6.0"
flask-marshmallow = "==1.2.0"
Flask-Migrate = "==4.0.5"
Flask-RESTful = "==0.3.10"
Flask-Session = "==0.6.0"
Flask-SQLAlchemy = "==3.0.3"
itsdangerous = "==2.1.2"
Jinja2 = "==3.1.3"
MarkupSafe = "==2.1.5"
marshmallow = "==3.20.2"
marshmallow-sqlalchemy = "==1.0.0"
openai = "*"
python-dateutil = "==2.8.2"
python-dotenv = "==1.0.1"
pytz = "==2024.1"
SQLAlchemy = "==2.0.25"
SQLAlchemy-serializer = "==1.4.1"
[dev-packages]
ipython = "*"
pytest = "*"
flake8 = "*"
black = "*"
[requires]
python_version = "3.8"