Skip to content

Commit

Permalink
minor fix to import
Browse files Browse the repository at this point in the history
  • Loading branch information
emersonfelipesp committed Jun 25, 2024
1 parent a59c44f commit b3c52af
Show file tree
Hide file tree
Showing 3 changed files with 1,760 additions and 1 deletion.
34 changes: 34 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[packages]
poetry = "*"
invoke = "*"
requests = ">=2"
pynetbox = ">=5"
paramiko = ">=2"
proxmoxer = "*"
fastapi = {extras = ["all"], version = "*"}
typing = "*"
starlette = "*"
uvicorn = "*"
pydantic = "*"
anyio = "*"
websockets = "*"
jinja2 = "*"
ujson = ">=5.7.0"
orjson = ">=3.8.9"
httpcore = "*"
pytest = ">=3.7"
check-manifest = "*"
twine = "*"
netbox-proxbox = "*"
setuptools = "*"
gunicorn = "*"

[dev-packages]

[requires]
python_version = "3.12"
Loading

0 comments on commit b3c52af

Please sign in to comment.