Updated venv and requirements.txt
This commit is contained in:
parent
18a8c5b8f2
commit
bb53338fc1
2 changed files with 72 additions and 87 deletions
|
|
@ -1,58 +0,0 @@
|
|||
anyio==3.6.2
|
||||
APScheduler==3.10.0
|
||||
autocommand==2.2.2
|
||||
bcrypt==4.0.1
|
||||
certifi==2022.12.7
|
||||
cffi==1.15.1
|
||||
charset-normalizer==3.0.1
|
||||
cheroot==9.0.0
|
||||
CherryPy==18.8.0
|
||||
click==8.1.3
|
||||
cryptography==39.0.1
|
||||
fastapi==0.91.0
|
||||
fritzconnection==1.11.0
|
||||
h11==0.14.0
|
||||
idna==3.4
|
||||
importlib-metadata==4.13.0
|
||||
inflect==6.0.2
|
||||
jaraco.classes==3.2.3
|
||||
jaraco.collections==3.8.0
|
||||
jaraco.context==4.3.0
|
||||
jaraco.functools==3.5.2
|
||||
jaraco.text==3.11.1
|
||||
loguru==0.6.0
|
||||
markdown-it-py==2.1.0
|
||||
mdurl==0.1.2
|
||||
more-itertools==9.0.0
|
||||
nanoid==2.0.0
|
||||
paramiko==3.0.0
|
||||
ply==3.11
|
||||
portend==3.1.0
|
||||
pyasn1==0.4.8
|
||||
pycparser==2.21
|
||||
pycryptodomex==3.17
|
||||
pydantic==1.10.4
|
||||
Pygments==2.14.0
|
||||
PyNaCl==1.5.0
|
||||
pysmi==0.3.4
|
||||
pysnmp==4.4.12
|
||||
python-gammu==3.2.4
|
||||
pytz==2022.7.1
|
||||
pytz-deprecation-shim==0.1.0.post0
|
||||
requests==2.28.2
|
||||
rich==13.3.1
|
||||
six==1.16.0
|
||||
sniffio==1.3.0
|
||||
starlette==0.24.0
|
||||
syslog2==0.5.0
|
||||
tempora==5.2.1
|
||||
textual==0.10.1
|
||||
typer==0.7.0
|
||||
typing_extensions==4.4.0
|
||||
tzdata==2022.7
|
||||
tzlocal==4.2
|
||||
urllib3==1.26.14
|
||||
uvicorn==0.20.0
|
||||
xmpp2==0.4
|
||||
zc.lockfile==2.0
|
||||
zipp==3.13.0
|
||||
101
requirements.txt
101
requirements.txt
|
|
@ -1,31 +1,74 @@
|
|||
APScheduler==3.10.4
|
||||
CherryPy==18.8.0
|
||||
SQLAlchemy==2.0.23
|
||||
asyncssh==2.14.1
|
||||
carbon==1.1.10
|
||||
fabric==3.2.2
|
||||
fastapi==0.104.1
|
||||
fritzconnection==1.13.2
|
||||
icmplib==3.0.4
|
||||
invoke==2.2.0
|
||||
loguru==0.7.2
|
||||
mysql-connector-python==8.2.0
|
||||
netmiko==4.3.0
|
||||
parallel-ssh==2.12.0
|
||||
paramiko==3.3.1
|
||||
pydantic==2.5.2
|
||||
pymysql==1.1.0
|
||||
pysnmp==4.4.12
|
||||
python-gammu==3.2.4
|
||||
pytz==2023.3.post1
|
||||
requests==2.31.0
|
||||
rich==13.7.0
|
||||
scrapli==2023.7.30
|
||||
ssh2-python==1.0.0
|
||||
annotated-doc==0.0.4
|
||||
annotated-types==0.7.0
|
||||
anyio==4.14.0
|
||||
APScheduler==3.11.2
|
||||
autocommand==2.2.2
|
||||
bcrypt==5.0.0
|
||||
certifi==2026.6.17
|
||||
cffi==2.0.0
|
||||
charset-normalizer==3.4.7
|
||||
cheroot==11.1.2
|
||||
CherryPy==18.10.0
|
||||
click==8.4.1
|
||||
cryptography==49.0.0
|
||||
fastapi==0.137.1
|
||||
fritzconnection==1.15.1
|
||||
h11==0.16.0
|
||||
idna==3.18
|
||||
importlib_metadata==9.0.0
|
||||
inflect==7.5.0
|
||||
invoke==3.0.3
|
||||
jaraco.classes==3.4.0
|
||||
jaraco.collections==5.2.1
|
||||
jaraco.context==6.1.2
|
||||
jaraco.functools==4.5.0
|
||||
jaraco.text==4.2.0
|
||||
Jinja2==3.1.6
|
||||
lark==1.3.1
|
||||
linkify-it-py==2.1.0
|
||||
loguru==0.7.3
|
||||
markdown-it-py==4.2.0
|
||||
MarkupSafe==3.0.3
|
||||
mdit-py-plugins==0.6.1
|
||||
mdurl==0.1.2
|
||||
more-itertools==11.1.0
|
||||
nanoid==2.0.0
|
||||
paramiko==5.0.0
|
||||
platformdirs==4.10.0
|
||||
ply==3.11
|
||||
portend==3.2.1
|
||||
pyasn1==0.6.3
|
||||
pycparser==3.0
|
||||
pycryptodomex==3.23.0
|
||||
pydantic==2.13.4
|
||||
pydantic_core==2.47.0
|
||||
Pygments==2.20.0
|
||||
PyNaCl==1.6.2
|
||||
pysmi==2.0.0
|
||||
pysnmp==7.1.27
|
||||
python-dateutil==2.9.0.post0
|
||||
pytz==2026.2
|
||||
pytz-deprecation-shim==0.1.0.post0
|
||||
requests==2.34.2
|
||||
rich==15.0.0
|
||||
setuptools==82.0.1
|
||||
shellingham==1.5.4
|
||||
six==1.17.0
|
||||
sniffio==1.3.1
|
||||
starlette==1.3.1
|
||||
syslog2==0.5.0
|
||||
textual==0.43.0
|
||||
typer==0.9.0
|
||||
urwid==2.2.3
|
||||
uvicorn==0.24.0.post1
|
||||
whisper==1.1.10
|
||||
tempora==5.9.0
|
||||
textual==8.2.7
|
||||
typeguard==4.5.2
|
||||
typer==0.26.7
|
||||
typer-slim==0.24.0
|
||||
typing-inspection==0.4.2
|
||||
typing_extensions==4.15.0
|
||||
tzdata==2026.2
|
||||
tzlocal==5.4.3
|
||||
uc-micro-py==2.0.0
|
||||
urllib3==2.7.0
|
||||
uvicorn==0.49.0
|
||||
xmpp2==0.4
|
||||
zc.lockfile==4.0
|
||||
zipp==4.1.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue