Files
ki-backend/Pipfile

34 lines
615 B
TOML
Raw Permalink Normal View History

2021-07-05 19:37:05 +02:00
# SPDX-FileCopyrightText: WTF Kooperative eG <https://wtf-eg.de/>
#
# SPDX-License-Identifier: AGPL-3.0-or-later
2021-06-06 22:25:10 +02:00
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
2024-08-28 12:35:38 +00:00
flask = "==2.3.3"
2024-09-10 11:36:39 +00:00
python-dotenv = "==1.0.1"
2024-09-13 10:36:05 +00:00
flask-migrate = "==4.0.7"
flask-sqlalchemy = "==3.1.1"
sqlalchemy = "==2.0.36"
2024-08-22 18:36:55 +00:00
waitress = "==2.1.2"
2024-08-22 09:35:42 +00:00
pyyaml = "==6.0.2"
2024-09-04 21:36:04 +00:00
flask-cors = "==5.0.0"
2024-08-22 09:35:42 +00:00
ldap3 = "==2.9.1"
2024-08-28 13:36:11 +00:00
pymysql = "==1.1.1"
2024-08-22 10:35:34 +00:00
werkzeug = "==2.3.8"
2021-06-06 22:25:10 +02:00
[dev-packages]
2024-08-28 14:36:12 +00:00
flake8 = "==7.1.1"
2024-08-27 17:38:01 +00:00
yapf = "==0.40.2"
2025-01-08 15:37:14 +00:00
pre-commit = "==3.8.0"
2024-09-11 11:37:14 +00:00
reuse = "==4.0.3"
2021-06-06 22:25:10 +02:00
[requires]
2025-01-08 14:41:31 +01:00
python_version = "3.9"
[scripts]
clean = "rm data/ki.sqlite"