forked from mehdiBezahaf/intent-deploy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
38 lines (35 loc) · 907 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
[tool.poetry]
name = "intent-deploy"
version = "0.1.0"
description = ""
authors = ["Your Name <you@example.com>"]
[tool.poetry.dependencies]
python = "^3.10"
lark = "^1.1.2"
prettyprinter = "^0.18.0"
yarl = "^1.7.2"
pydantic = "^1.9.0"
fastapi = "^0.75.0"
uvicorn = {extras = ["standard"], version = "^0.17"}
httpx = "^0.22.0"
osmclient = {path = "wheels/osmclient-11.0.0rc1.post2+g45100df-py3-none-any.whl"}
python-magic = "^0.4.24"
osm-im = {path = "wheels/osm_im-9.0.0.post15+g2ab6e9b-py3-none-any.whl"}
pyangbind = "^0.8.1"
pycurl = "^7.44.1"
Jinja2 = "^3.0.3"
packaging = "^21.0"
requests = "^2.26.0"
verboselogs = "^1.7"
networkx = "^2.7.1"
PyYAML = "^6.0"
pydantic-yaml = "^0.6.1"
docker = "^5.0.3"
uuid = "^1.30"
[tool.poetry.dev-dependencies]
bpython = "^0.22.1"
ptpython = "^3.0.20"
pyflakes = "^2.4.0"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"