-
Notifications
You must be signed in to change notification settings - Fork 5
/
Pipfile
60 lines (57 loc) Β· 1.17 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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
aiomysql = "==0.1.1"
alembic = "==1.8.1"
anyio = "==3.6.2"
async-generator = "==1.10"
asyncmy = "==0.2.3"
attrs = "==22.2.0"
certifi = "==2022.12.7"
cffi = "==1.14.6"
charset-normalizer = "==2.0.4"
click = "==7.1.2"
configparser = "==5.2.0"
cryptography = "==3.4.7"
exceptiongroup = "==1.1.0"
fastapi = "==0.88.0"
greenlet = "==1.1.1"
h11 = "==0.14.0"
httpcore = "==0.16.3"
httpx = "==0.23.3"
idna = "==3.2"
importlib-metadata = "==4.6.3"
iniconfig = "==2.0.0"
mako = "==1.2.3"
markupsafe = "==2.1.1"
mysql = "==0.0.3"
mysqlclient = "==2.0.3"
outcome = "==1.2.0"
packaging = "==23.0"
pluggy = "==1.0.0"
pycparser = "==2.20"
pydantic = "==1.10.4"
pymysql = "==1.0.2"
python-dotenv = "==0.17.0"
requests = "==2.26.0"
rfc3986 = "==1.5.0"
sniffio = "==1.3.0"
sortedcontainers = "==2.4.0"
sqlalchemy = "==1.4.7"
starlette = "==0.22.0"
tomli = "==2.0.1"
typing-extensions = "==4.4.0"
urllib3 = "==1.26.6"
uvicorn = "==0.13.4"
zipp = "==3.5.0"
[dev-packages]
asgi-lifespan = "==2.0.0"
pytest = "==7.2.1"
pytest-asyncio = "==0.20.3"
pytest-env = "==0.8.1"
faker = "*"
pytest-cov = "*"
[requires]
python_version = "3.9"