2023-09-27 17:30:17 +00:00
|
|
|
[Application]
|
|
|
|
name=Solo Auswertung
|
2023-11-08 20:33:59 +00:00
|
|
|
version=0.9.7
|
2023-09-27 17:30:17 +00:00
|
|
|
# How to launch the app - this calls the 'main' function from the 'myapp' package:
|
|
|
|
entry_point=main:main
|
|
|
|
# icon=myapp.ico
|
|
|
|
console=true
|
|
|
|
|
|
|
|
[Python]
|
|
|
|
version=3.11.3
|
|
|
|
|
2023-09-27 17:40:31 +00:00
|
|
|
[Command solo_auswertung]
|
|
|
|
entry_point=main:main
|
|
|
|
console=true
|
|
|
|
|
2023-09-27 17:30:17 +00:00
|
|
|
[Include]
|
|
|
|
# Packages from PyPI that your application requires, one per line
|
|
|
|
# These must have wheels on PyPI:
|
|
|
|
pypi_wheels = attrs==22.1.0
|
|
|
|
beautifulsoup4==4.11.1
|
2023-09-29 14:40:55 +00:00
|
|
|
blinker==1.6.2
|
|
|
|
certifi==2023.7.22
|
|
|
|
charset-normalizer==3.2.0
|
|
|
|
click==8.1.7
|
2023-09-27 17:30:17 +00:00
|
|
|
colorama==0.4.6
|
|
|
|
coloredlogs==15.0.1
|
|
|
|
coverage==6.5.0
|
|
|
|
debugpy==1.6.7
|
2023-09-29 14:40:55 +00:00
|
|
|
distlib==0.3.7
|
2023-09-27 17:30:17 +00:00
|
|
|
exceptiongroup==1.0.1
|
2023-09-29 14:40:55 +00:00
|
|
|
Flask==2.3.3
|
2023-09-27 17:30:17 +00:00
|
|
|
humanfriendly==10.0
|
2023-09-29 14:40:55 +00:00
|
|
|
idna==3.4
|
2023-09-27 17:30:17 +00:00
|
|
|
iniconfig==1.1.1
|
2023-09-29 14:40:55 +00:00
|
|
|
itsdangerous==2.1.2
|
|
|
|
Jinja2==3.1.2
|
|
|
|
MarkupSafe==2.1.3
|
2023-09-27 17:30:17 +00:00
|
|
|
packaging==21.3
|
|
|
|
pluggy==1.0.0
|
2023-09-29 14:40:55 +00:00
|
|
|
pynsist==2.8
|
2023-09-27 17:30:17 +00:00
|
|
|
pyparsing==3.0.9
|
|
|
|
pytest==7.2.0
|
|
|
|
pytest-cov==4.0.0
|
|
|
|
pytest-mock==3.10.0
|
2023-09-29 14:40:55 +00:00
|
|
|
requests==2.31.0
|
|
|
|
requests_download==0.1.2
|
2023-09-27 17:30:17 +00:00
|
|
|
soupsieve==2.3.2.post1
|
|
|
|
tabulate==0.9.0
|
|
|
|
tomli==2.0.1
|
2023-09-29 14:40:55 +00:00
|
|
|
urllib3==2.0.5
|
|
|
|
Werkzeug==2.3.7
|
|
|
|
yarg==0.1.9
|
2023-09-27 17:30:17 +00:00
|
|
|
|
|
|
|
packages = solo_turnier
|
|
|
|
|
|
|
|
# To bundle packages which don't publish wheels, or to include directly wheel files
|
|
|
|
# from a directory, see the docs on the config file.
|
|
|
|
|
|
|
|
# Other files and folders that should be installed
|
|
|
|
# files = LICENSE
|
|
|
|
# data_files/
|