forked from kompetenzinventar/ki-backend
34 lines
618 B
TOML
34 lines
618 B
TOML
# SPDX-FileCopyrightText: WTF Kooperative eG <https://wtf-eg.de/>
|
|
#
|
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
flask = "==2.3.3"
|
|
python-dotenv = "==0.21.1"
|
|
flask-migrate = "==3.0.1"
|
|
flask-sqlalchemy = "==2.5.1"
|
|
sqlalchemy = "==1.4.53"
|
|
waitress = "==2.1.2"
|
|
pyyaml = "==6.0.2"
|
|
flask-cors = "==5.0.0"
|
|
ldap3 = "==2.9.1"
|
|
pymysql = "==1.1.1"
|
|
werkzeug = "==2.3.8"
|
|
|
|
[dev-packages]
|
|
flake8 = "==7.1.1"
|
|
yapf = "==0.40.2"
|
|
pre-commit = "==2.13.0"
|
|
reuse = "==0.14.0"
|
|
|
|
[requires]
|
|
python_version = "3.8"
|
|
|
|
[scripts]
|
|
clean = "rm data/ki.sqlite"
|