-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetup.cfg
50 lines (48 loc) · 1.3 KB
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
[metadata]
name = ait-learners
version = 0.8.0
description = Webinterface for accessing CR exercises.
long_description = file: README.md
long_description_content_type = text/markdown
license = GPL-3.0
platforms = any
author = Lenhard Reuter, Benjamin Akhras
url = http://github.com/ait-cs-IaaS/learners/
classifiers =
Environment :: Web Environment
Intended Audience :: Developers
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Topic :: Internet :: WWW/HTTP :: Dynamic Content
Topic :: Software Development :: Libraries :: Python Modules
[options]
packages = find:
include_package_data = True
zip_safe = False
python_requires = >=3.7
install_requires =
Flask==2.3.2
Flask_Cors==3.0.10
Flask_JWT_Extended==4.4.4
flask_sqlalchemy==3.0.5
Requests==2.31.0
SQLAlchemy==2.0.11
strictyaml==1.7.3
Werkzeug==2.3.6
black==23.3.0
build==0.10.0
flake8==6.0.0
gevent==22.10.2
gunicorn==20.1.0
python-dotenv==1.0.0
strictyaml==1.7.3
[flake8]
max-line-length = 142
exclude =
./backend/__main__.py
./backend/routes/__init__.py