Compare commits
10 commits
86e2e945f3
...
6cf7da01d0
| Author | SHA1 | Date | |
|---|---|---|---|
| 6cf7da01d0 | |||
| b9c4360131 | |||
| 724002e43d | |||
| 792d107bb0 | |||
| 8e6e6e4e5e | |||
| c24f315f35 | |||
| b3cb330adc | |||
| 550fa9be97 | |||
| 6f5520ab57 | |||
| b58afbf998 |
2 changed files with 11 additions and 10 deletions
|
|
@ -4,11 +4,12 @@
|
|||
|
||||
# *IMPORTANT:*
|
||||
|
||||
**Linspector is currently not process safe because of the GIL! I am refactoring a lot of stuff
|
||||
at the moment. When running the scheduler in thread-mode everything is fine, but I really want to
|
||||
make it possible to run Linspector using the process-mode of APScheduler...**
|
||||
**Because people are asking... Linspector is actually more some kind of a research project for evaluating stuff, but a lot of the code is used in some private projects. I am working on the API definition mostly and there is a lot of code that must be refactored/rewrited ASAP. (2023.11.29)**
|
||||
|
||||
**THE CORE NEEDS A REDESIGN AND PARTLY REWRITE TO BE FULLY PROCESS SAFE! I AM WORKING ON THIS
|
||||
**Linspector is currently not process safe because of the GIL! I am refactoring a lot of stuff
|
||||
at the moment. When running the scheduler in thread-mode everything is fine, but I really want to make it possible to run Linspector using the process-mode of APScheduler...**
|
||||
|
||||
**THE CORE NEEDS A REDESIGN AND PARTLY REWRITE TO BE FULLY PROCESS SAFE! I AM WORKING ON THIS
|
||||
NOW. THE CONFIGURATION INTERFACE WILL NOT BE CHANGED! (2023.10.22)**
|
||||
|
||||
## About
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
APScheduler==3.10.4
|
||||
CherryPy==18.8.0
|
||||
SQLAlchemy==2.0.22
|
||||
asyncssh==2.14.0
|
||||
SQLAlchemy==2.0.23
|
||||
asyncssh==2.14.1
|
||||
carbon==1.1.10
|
||||
fabric==3.2.2
|
||||
fastapi==0.104.1
|
||||
|
|
@ -10,22 +10,22 @@ icmplib==3.0.4
|
|||
invoke==2.2.0
|
||||
loguru==0.7.2
|
||||
mysql-connector-python==8.2.0
|
||||
netmiko==4.2.0
|
||||
netmiko==4.3.0
|
||||
parallel-ssh==2.12.0
|
||||
paramiko==3.3.1
|
||||
pydantic==2.4.2
|
||||
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.6.0
|
||||
rich==13.7.0
|
||||
scrapli==2023.7.30
|
||||
ssh2-python==1.0.0
|
||||
syslog2==0.5.0
|
||||
textual==0.40.0
|
||||
textual==0.43.0
|
||||
typer==0.9.0
|
||||
urwid==2.2.3
|
||||
uvicorn==0.23.2
|
||||
uvicorn==0.24.0.post1
|
||||
whisper==1.1.10
|
||||
xmpp2==0.4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue