Upgrade to python 3.12 on the server, exported current requirements
This commit is contained in:
parent
d7919922fc
commit
f3c5111265
37
misc/requirements.txt
Normal file
37
misc/requirements.txt
Normal file
@ -0,0 +1,37 @@
|
||||
bcrypt==4.2.0
|
||||
blinker==1.8.2
|
||||
cached-property==1.5.2
|
||||
click==8.1.7
|
||||
coro-context-manager==0.2.0
|
||||
coverage==7.6.1
|
||||
dsnparse==0.1.15
|
||||
Flask==3.0.3
|
||||
Flask-JWT-Extended==4.6.0
|
||||
iniconfig==2.0.0
|
||||
itsdangerous==2.2.0
|
||||
Jinja2==3.1.4
|
||||
MarkupSafe==2.1.5
|
||||
marshmallow==3.22.0
|
||||
marshmallow-enum==1.5.1
|
||||
marshmallow_dataclass==8.7.1
|
||||
mypy-extensions==1.0.0
|
||||
mysql-connector-python==9.0.0
|
||||
numpy==2.1.1
|
||||
packaging==24.1
|
||||
pandas==2.2.3
|
||||
pluggy==1.5.0
|
||||
pydapper==0.10.0
|
||||
PyJWT==2.9.0
|
||||
pytest==8.3.3
|
||||
pytest-cov==5.0.0
|
||||
python-dateutil==2.9.0.post0
|
||||
pytz==2024.2
|
||||
schedule==1.2.2
|
||||
six==1.16.0
|
||||
tqdm==4.66.5
|
||||
typeguard==4.3.0
|
||||
typing-inspect==0.9.0
|
||||
typing_extensions==4.12.2
|
||||
tzdata==2024.1
|
||||
webargs==8.6.0
|
||||
Werkzeug==3.0.4
|
||||
@ -3,7 +3,7 @@ import sys
|
||||
import logging
|
||||
|
||||
sys.path.insert(0, '/var/www/brecal_devel/src/server')
|
||||
sys.path.insert(0, '/var/www/venv/lib/python3.10/site-packages/')
|
||||
sys.path.insert(0, '/var/www/venv/lib/python3.12/site-packages/')
|
||||
|
||||
import schedule
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user