fixed website
This commit is contained in:
17
pyproject.toml
Normal file
17
pyproject.toml
Normal file
@@ -0,0 +1,17 @@
|
||||
[project]
|
||||
name = "tutor-tool"
|
||||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.9"
|
||||
dependencies = [
|
||||
"eventlet>=0.40.0",
|
||||
"flask>=3.1.1",
|
||||
"flask-login>=0.6.3",
|
||||
"flask-socketio>=5.5.1",
|
||||
"flask-sqlalchemy>=3.1.1",
|
||||
"flask-wtf>=1.2.2",
|
||||
"gunicorn>=23.0.0",
|
||||
"pytz>=2025.2",
|
||||
"xkcdpass>=1.20.0",
|
||||
]
|
||||
Reference in New Issue
Block a user