mirror of
https://github.com/olehomelchenko/Mini-VLAT-ua.git
synced 2025-12-21 21:22:22 +00:00
adding necessary files
This commit is contained in:
24
ReactTool/backend/Pipfile
Normal file
24
ReactTool/backend/Pipfile
Normal file
@@ -0,0 +1,24 @@
|
||||
[[source]]
|
||||
url = "https://pypi.org/simple"
|
||||
verify_ssl = true
|
||||
name = "pypi"
|
||||
|
||||
[packages]
|
||||
flask = "*"
|
||||
numpy = "*"
|
||||
pandas = "*"
|
||||
python-dotenv = "*"
|
||||
scipy = "*"
|
||||
matplotlib = "*"
|
||||
gunicorn = "*"
|
||||
flask-mysql = "*"
|
||||
mysql-connector-python = "*"
|
||||
flask-session = "*"
|
||||
flask-cors = "*"
|
||||
redis = "*"
|
||||
werkzeug = "*"
|
||||
|
||||
[dev-packages]
|
||||
|
||||
[requires]
|
||||
python_version = "3.9"
|
||||
Reference in New Issue
Block a user