-
Notifications
You must be signed in to change notification settings - Fork 1
/
pyproject.toml
49 lines (46 loc) · 989 Bytes
/
pyproject.toml
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
[tool.poetry]
name = "pi7600"
version = "0.1.0"
description = "SIMCOM 7600X"
authors = ["Daazed McFarland <daazedjmcfarland@gmail.com>"]
license = "MIT"
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
annotated-types = "0.7.0"
anyio = "4.6.2"
certifi = "2024.8.30"
click = "8.1.7"
dnspython = "2.7.0"
email-validator = "2.2.0"
fastapi = "0.115.6"
fastapi-cli = "0.0.5"
h11 = "0.14.0"
httpcore = "1.0.7"
httptools = "0.6.4"
httpx = "0.28.0"
idna = "3.10"
jinja2 = "3.1.4"
markdown-it-py = "3.0.0"
markupsafe = "3.0.2"
mdurl = "0.1.2"
pydantic = "2.10.3"
pydantic-core = "2.27.1"
pygments = "2.18.0"
pyserial = "3.5"
python-dotenv = "1.0.1"
python-multipart = "0.0.19"
pyyaml = "6.0.2"
rich = "13.9.4"
shellingham = "1.5.4"
sniffio = "1.3.1"
starlette = "0.41.3"
typer = "0.15.0"
typing-extensions = "4.12.2"
uvicorn = "0.32.1"
uvloop = "0.21.0"
watchfiles = "1.0.0"
websockets = "14.1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"