-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
42 lines (39 loc) · 947 Bytes
/
pyproject.toml
File metadata and controls
42 lines (39 loc) · 947 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
[tool.poetry]
name = "ithome2023-fastapi-tutorial"
version = "0.1.0"
description = ""
authors = ["jason810496 <810496@email.wlsh.tyc.edu.tw>"]
readme = "README.md"
packages = [{include = "ithome2023_fastapi_tutorial"}]
[tool.poetry.dependencies]
python = "^3.11"
fastapi = "^0.128.0"
uvicorn = "^0.23.2"
python-dotenv = "^1.0.0"
email-validator = "^2.0.0.post2"
sqlalchemy = "^2.0.21"
psycopg2-binary = "^2.9.7"
pymysql = "^1.1.0"
cryptography = "^42.0.8"
asyncpg = "^0.28.0"
greenlet = "^3.3.0"
aiomysql = "^0.2.0"
passlib = "^1.7.4"
bcrypt = "^4.0.1"
python-multipart = "^0.0.18"
python-jose = "^3.3.0"
pytest = "^7.4.2"
httpx = "^0.25.0"
pytest-asyncio = "^0.21.1"
pytest-sugar = "^0.9.7"
redis = "^5.0.1"
grequests = "^0.7.0"
sentry-sdk = "^1.38.0"
aiofiles = "^23.2.1"
speechrecognition = "^3.10.1"
moviepy = "^1.0.3"
rq = "^1.15.1"
starlette = "^0.49.3"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"