solo-auswertung/src/installer.cfg

41 lines
914 B
INI
Raw Permalink Normal View History

2023-09-27 17:30:17 +00:00
[Application]
name=Solo Auswertung
2024-05-08 11:26:21 +00:00
version=2.1.1
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
[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 = beautifulsoup4==4.12.3
2024-05-08 11:44:00 +00:00
blinker==1.8.2
click==8.1.7
colorama==0.4.6
2023-09-27 17:30:17 +00:00
coloredlogs==15.0.1
2024-05-08 11:44:00 +00:00
flask==3.0.3
humanfriendly==10.0
itsdangerous==2.2.0
jinja2==3.1.4
markupsafe==2.1.5
soupsieve==2.5
2023-09-27 17:30:17 +00:00
tabulate==0.9.0
2024-05-08 11:44:00 +00:00
werkzeug==3.0.3
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/