Prepare installer
This commit is contained in:
parent
a8be846f36
commit
da7a15fc0e
@ -1,6 +1,6 @@
|
|||||||
[Application]
|
[Application]
|
||||||
name=Solo Auswertung
|
name=Solo Auswertung
|
||||||
version=0.9.0
|
version=0.9.1
|
||||||
# How to launch the app - this calls the 'main' function from the 'myapp' package:
|
# How to launch the app - this calls the 'main' function from the 'myapp' package:
|
||||||
entry_point=main:main
|
entry_point=main:main
|
||||||
# icon=myapp.ico
|
# icon=myapp.ico
|
||||||
@ -18,22 +18,38 @@ console=true
|
|||||||
# These must have wheels on PyPI:
|
# These must have wheels on PyPI:
|
||||||
pypi_wheels = attrs==22.1.0
|
pypi_wheels = attrs==22.1.0
|
||||||
beautifulsoup4==4.11.1
|
beautifulsoup4==4.11.1
|
||||||
|
blinker==1.6.2
|
||||||
|
certifi==2023.7.22
|
||||||
|
charset-normalizer==3.2.0
|
||||||
|
click==8.1.7
|
||||||
colorama==0.4.6
|
colorama==0.4.6
|
||||||
coloredlogs==15.0.1
|
coloredlogs==15.0.1
|
||||||
coverage==6.5.0
|
coverage==6.5.0
|
||||||
debugpy==1.6.7
|
debugpy==1.6.7
|
||||||
|
distlib==0.3.7
|
||||||
exceptiongroup==1.0.1
|
exceptiongroup==1.0.1
|
||||||
|
Flask==2.3.3
|
||||||
humanfriendly==10.0
|
humanfriendly==10.0
|
||||||
|
idna==3.4
|
||||||
iniconfig==1.1.1
|
iniconfig==1.1.1
|
||||||
|
itsdangerous==2.1.2
|
||||||
|
Jinja2==3.1.2
|
||||||
|
MarkupSafe==2.1.3
|
||||||
packaging==21.3
|
packaging==21.3
|
||||||
pluggy==1.0.0
|
pluggy==1.0.0
|
||||||
|
pynsist==2.8
|
||||||
pyparsing==3.0.9
|
pyparsing==3.0.9
|
||||||
pytest==7.2.0
|
pytest==7.2.0
|
||||||
pytest-cov==4.0.0
|
pytest-cov==4.0.0
|
||||||
pytest-mock==3.10.0
|
pytest-mock==3.10.0
|
||||||
|
requests==2.31.0
|
||||||
|
requests_download==0.1.2
|
||||||
soupsieve==2.3.2.post1
|
soupsieve==2.3.2.post1
|
||||||
tabulate==0.9.0
|
tabulate==0.9.0
|
||||||
tomli==2.0.1
|
tomli==2.0.1
|
||||||
|
urllib3==2.0.5
|
||||||
|
Werkzeug==2.3.7
|
||||||
|
yarg==0.1.9
|
||||||
|
|
||||||
packages = solo_turnier
|
packages = solo_turnier
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user