forked from seapagan/fastapi-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
112 lines (112 loc) · 9.17 KB
/
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
aiosmtplib==2.0.1 ; python_full_version >= "3.8.1" and python_version < "4.0"
alembic==1.11.1 ; python_full_version >= "3.8.1" and python_version < "4.0"
anyio==3.7.1 ; python_full_version >= "3.8.1" and python_version < "4.0"
asyncclick==8.1.3.4 ; python_full_version >= "3.8.1" and python_version < "4.0"
asyncpg==0.28.0 ; python_full_version >= "3.8.1" and python_version < "4.0"
attrs==23.1.0 ; python_full_version >= "3.8.1" and python_version < "4.0"
bcrypt==4.0.1 ; python_full_version >= "3.8.1" and python_version < "4.0"
blinker==1.6.2 ; python_full_version >= "3.8.1" and python_version < "4.0"
build==0.10.0 ; python_full_version >= "3.8.1" and python_version < "4.0"
cachecontrol[filecache]==0.12.11 ; python_full_version >= "3.8.1" and python_version < "4.0"
certifi==2023.7.22 ; python_full_version >= "3.8.1" and python_version < "4.0"
cffi==1.15.1 ; python_full_version >= "3.8.1" and python_version < "4.0" and (sys_platform == "darwin" or sys_platform == "linux")
charset-normalizer==3.1.0 ; python_full_version >= "3.8.1" and python_version < "4.0"
cleo==2.0.1 ; python_full_version >= "3.8.1" and python_version < "4.0"
click==8.1.3 ; python_full_version >= "3.8.1" and python_version < "4.0"
colorama==0.4.6 ; python_full_version >= "3.8.1" and python_version < "4.0"
crashtest==0.4.1 ; python_full_version >= "3.8.1" and python_version < "4.0"
cryptography==41.0.4 ; python_full_version >= "3.8.1" and python_version < "4.0" and sys_platform == "linux"
databases==0.7.0 ; python_full_version >= "3.8.1" and python_version < "4.0"
distlib==0.3.6 ; python_full_version >= "3.8.1" and python_version < "4.0"
dnspython==2.3.0 ; python_full_version >= "3.8.1" and python_version < "4.0"
dulwich==0.21.5 ; python_full_version >= "3.8.1" and python_version < "4.0"
email-validator==1.3.1 ; python_full_version >= "3.8.1" and python_version < "4.0"
exceptiongroup==1.1.1 ; python_full_version >= "3.8.1" and python_version < "3.11"
fastapi-mail[httpx]==1.3.1 ; python_full_version >= "3.8.1" and python_version < "4.0"
fastapi==0.99.1 ; python_full_version >= "3.8.1" and python_version < "4.0"
filelock==3.12.0 ; python_full_version >= "3.8.1" and python_version < "4.0"
ghp-import==2.1.0 ; python_full_version >= "3.8.1" and python_version < "4.0"
greenlet==2.0.2 ; python_full_version >= "3.8.1" and (platform_machine == "aarch64" or platform_machine == "ppc64le" or platform_machine == "x86_64" or platform_machine == "amd64" or platform_machine == "AMD64" or platform_machine == "win32" or platform_machine == "WIN32") and python_version < "4.0"
griffe==0.29.0 ; python_full_version >= "3.8.1" and python_version < "4.0"
h11==0.14.0 ; python_full_version >= "3.8.1" and python_version < "4.0"
html5lib==1.1 ; python_full_version >= "3.8.1" and python_version < "4.0"
httpcore==0.16.3 ; python_full_version >= "3.8.1" and python_version < "4.0"
httptools==0.5.0 ; python_full_version >= "3.8.1" and python_version < "4.0"
httpx[httpx]==0.23.3 ; python_full_version >= "3.8.1" and python_version < "4.0"
idna==3.4 ; python_full_version >= "3.8.1" and python_version < "4.0"
importlib-metadata==6.6.0 ; python_full_version >= "3.8.1" and python_version < "3.12"
importlib-resources==5.12.0 ; python_full_version >= "3.8.1" and python_version < "3.9"
installer==0.7.0 ; python_full_version >= "3.8.1" and python_version < "4.0"
jaraco-classes==3.2.3 ; python_full_version >= "3.8.1" and python_version < "4.0"
jeepney==0.8.0 ; python_full_version >= "3.8.1" and python_version < "4.0" and sys_platform == "linux"
jinja2==3.1.2 ; python_full_version >= "3.8.1" and python_version < "4.0"
jsonschema==4.17.3 ; python_full_version >= "3.8.1" and python_version < "4.0"
keyring==23.13.1 ; python_full_version >= "3.8.1" and python_version < "4.0"
lockfile==0.12.2 ; python_full_version >= "3.8.1" and python_version < "4.0"
mako==1.2.4 ; python_full_version >= "3.8.1" and python_version < "4.0"
markdown-it-py==2.2.0 ; python_full_version >= "3.8.1" and python_version < "4.0"
markdown==3.3.7 ; python_full_version >= "3.8.1" and python_version < "4.0"
markupsafe==2.1.2 ; python_full_version >= "3.8.1" and python_version < "4.0"
mdurl==0.1.2 ; python_full_version >= "3.8.1" and python_version < "4.0"
mergedeep==1.3.4 ; python_full_version >= "3.8.1" and python_version < "4.0"
mkdocs-autorefs==0.4.1 ; python_full_version >= "3.8.1" and python_version < "4.0"
mkdocs-material-extensions==1.1.1 ; python_full_version >= "3.8.1" and python_version < "4.0"
mkdocs-material==9.1.18 ; python_full_version >= "3.8.1" and python_version < "4.0"
mkdocs==1.4.3 ; python_full_version >= "3.8.1" and python_version < "4.0"
mkdocstrings-python==1.1.0 ; python_full_version >= "3.8.1" and python_version < "4.0"
mkdocstrings==0.22.0 ; python_full_version >= "3.8.1" and python_version < "4.0"
mkdocstrings[python]==0.22.0 ; python_full_version >= "3.8.1" and python_version < "4.0"
more-itertools==9.1.0 ; python_full_version >= "3.8.1" and python_version < "4.0"
msgpack==1.0.5 ; python_full_version >= "3.8.1" and python_version < "4.0"
packaging==23.1 ; python_full_version >= "3.8.1" and python_version < "4.0"
passlib[bcrypt]==1.7.4 ; python_full_version >= "3.8.1" and python_version < "4.0"
pexpect==4.8.0 ; python_full_version >= "3.8.1" and python_version < "4.0"
pkginfo==1.9.6 ; python_full_version >= "3.8.1" and python_version < "4.0"
pkgutil-resolve-name==1.3.10 ; python_full_version >= "3.8.1" and python_version < "3.9"
platformdirs==3.5.1 ; python_full_version >= "3.8.1" and python_version < "4.0"
poetry-core==1.6.1 ; python_full_version >= "3.8.1" and python_version < "4.0"
poetry-plugin-export==1.4.0 ; python_full_version >= "3.8.1" and python_version < "4.0"
poetry==1.5.1 ; python_full_version >= "3.8.1" and python_version < "4.0"
psycopg2==2.9.6 ; python_full_version >= "3.8.1" and python_version < "4.0"
ptyprocess==0.7.0 ; python_full_version >= "3.8.1" and python_version < "4.0"
pycparser==2.21 ; python_full_version >= "3.8.1" and python_version < "4.0" and (sys_platform == "darwin" or sys_platform == "linux")
pydantic==1.10.8 ; python_full_version >= "3.8.1" and python_version < "4.0"
pygments==2.15.1 ; python_full_version >= "3.8.1" and python_version < "4.0"
pyjwt==2.7.0 ; python_full_version >= "3.8.1" and python_version < "4.0"
pymdown-extensions==10.0.1 ; python_full_version >= "3.8.1" and python_version < "4.0"
pyproject-hooks==1.0.0 ; python_full_version >= "3.8.1" and python_version < "4.0"
pyrsistent==0.19.3 ; python_full_version >= "3.8.1" and python_version < "4.0"
python-dateutil==2.8.2 ; python_full_version >= "3.8.1" and python_version < "4.0"
python-decouple==3.8 ; python_full_version >= "3.8.1" and python_version < "4.0"
python-dotenv==1.0.0 ; python_full_version >= "3.8.1" and python_version < "4.0"
pywin32-ctypes==0.2.0 ; python_full_version >= "3.8.1" and python_version < "4.0" and sys_platform == "win32"
pyyaml-env-tag==0.1 ; python_full_version >= "3.8.1" and python_version < "4.0"
pyyaml==6.0 ; python_full_version >= "3.8.1" and python_version < "4.0"
rapidfuzz==2.15.1 ; python_full_version >= "3.8.1" and python_version < "4.0"
regex==2023.5.5 ; python_full_version >= "3.8.1" and python_version < "4.0"
requests-toolbelt==1.0.0 ; python_full_version >= "3.8.1" and python_version < "4.0"
requests==2.31.0 ; python_full_version >= "3.8.1" and python_version < "4.0"
rfc3986[idna2008]==1.5.0 ; python_full_version >= "3.8.1" and python_version < "4.0"
rich==13.4.2 ; python_full_version >= "3.8.1" and python_version < "4.0"
secretstorage==3.3.3 ; python_full_version >= "3.8.1" and python_version < "4.0" and sys_platform == "linux"
shellingham==1.5.0.post1 ; python_full_version >= "3.8.1" and python_version < "4.0"
six==1.16.0 ; python_full_version >= "3.8.1" and python_version < "4.0"
sniffio==1.3.0 ; python_full_version >= "3.8.1" and python_version < "4.0"
sqlalchemy==1.4.49 ; python_full_version >= "3.8.1" and python_version < "4.0"
starlette==0.27.0 ; python_full_version >= "3.8.1" and python_version < "4.0"
tomli-w==1.0.0 ; python_full_version >= "3.8.1" and python_version < "4.0"
tomli==2.0.1 ; python_full_version >= "3.8.1" and python_version < "4.0"
tomlkit==0.11.8 ; python_full_version >= "3.8.1" and python_version < "4.0"
trove-classifiers==2023.5.24 ; python_full_version >= "3.8.1" and python_version < "4.0"
typer[all]==0.8.0 ; python_full_version >= "3.8.1" and python_version < "4.0"
typing-extensions==4.6.2 ; python_full_version >= "3.8.1" and python_version < "4.0"
urllib3==1.26.18 ; python_full_version >= "3.8.1" and python_version < "4.0"
uvicorn[standard]==0.22.0 ; python_full_version >= "3.8.1" and python_version < "4.0"
uvloop==0.17.0 ; (sys_platform != "win32" and sys_platform != "cygwin") and platform_python_implementation != "PyPy" and python_full_version >= "3.8.1" and python_version < "4.0"
virtualenv==20.23.0 ; python_full_version >= "3.8.1" and python_version < "4.0"
watchdog==3.0.0 ; python_full_version >= "3.8.1" and python_version < "4.0"
watchfiles==0.19.0 ; python_full_version >= "3.8.1" and python_version < "4.0"
webencodings==0.5.1 ; python_full_version >= "3.8.1" and python_version < "4.0"
websockets==11.0.3 ; python_full_version >= "3.8.1" and python_version < "4.0"
xattr==0.10.1 ; python_full_version >= "3.8.1" and python_version < "4.0" and sys_platform == "darwin"
zipp==3.15.0 ; python_full_version >= "3.8.1" and python_version < "3.12"