forked from BaseMax/SimpleFastPyAPI
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPipfile
More file actions
52 lines (49 loc) · 1.04 KB
/
Pipfile
File metadata and controls
52 lines (49 loc) · 1.04 KB
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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
anyio = "==3.6.2"
certifi = "==2023.7.22"
charset-normalizer = "==3.1.0"
click = "==8.1.3"
databases = "==0.7.0"
dnspython = "==2.3.0"
email-validator = "==1.3.1"
fastapi = "==0.109.1"
fastapi-utils = "==0.2.1"
greenlet = "==2.0.2"
h11 = "==0.14.0"
httpcore = "==0.16.3"
httptools = "==0.5.0"
httpx = "==0.23.3"
idna = "==3.4"
itsdangerous = "==2.1.2"
jinja2 = "==3.1.3"
markupsafe = "==2.1.2"
orjson = "==3.9.15"
psycopg2-binary = "==2.9.6"
pydantic = "==1.10.7"
python-dotenv = "==1.0.0"
python-multipart = "==0.0.7"
pyyaml = "==6.0.1"
requests = "==2.31.0"
rfc3986 = "==1.5.0"
sniffio = "==1.3.0"
sqlalchemy = "==1.4.47"
starlette = "==0.35.1"
typing = "==3.7.4.3"
typing-extensions = "==4.12.2"
ujson = "==5.7.0"
urllib3 = "==1.26.18"
uvicorn = "==0.21.1"
uvloop = "==0.17.0"
watchfiles = "==0.19.0"
websockets = "==11.0.1"
allure-pytest = "==2.13.5"
pytest = "==8.2.2"
pytest-html = "==4.1.1"
pytest-xdist = "==3.6.1"
[dev-packages]
[requires]
python_version = "3.10"