-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
45 lines (42 loc) · 921 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]
flask = "==2.2.2"
flask-cors = "==3.0.10"
python-dotenv = "==0.20.0"
flask-sqlalchemy = "==3.0.3"
validators = "==0.20.0"
flask-jwt-extended = "==4.2.2"
flasgger = "==0.9.5"
requests = "==2.31.0"
mysql-connector-python = "==8.0.29"
flask-migrate = "==3.1.0"
xmltodict = "==0.13.0"
secure = "==0.3.0"
loguru = "==0.6.0"
sqlalchemy-serializer = "*"
gunicorn = "==20.1.0"
black = "~=23.1.0"
gevent = "*"
werkzeug = "==2.2.2"
pytest = "*"
pytest-cov = "*"
pytest-mock = "*"
pytest-socket = "*"
pytest-sugar = "*"
factory-boy = "*"
beautifulsoup4 = "*"
apispec-webframeworks = "*"
flask-restful = "*"
flask-marshmallow = "*"
marshmallow-sqlalchemy = "*"
apispec = "*"
chardet = "*"
charset-normalizer = "*"
strawberry-graphql = {extras = ["debug-server"], version = "*"}
flask-wtf = "*"
[dev-packages]
[requires]
python_version = "3.11"