Use all dependencies in non-dev mode
This commit is contained in:
parent
801c7f2bbd
commit
0198ecf752
@ -17,10 +17,18 @@ console=true
|
|||||||
# Packages from PyPI that your application requires, one per line
|
# Packages from PyPI that your application requires, one per line
|
||||||
# These must have wheels on PyPI:
|
# These must have wheels on PyPI:
|
||||||
pypi_wheels = beautifulsoup4==4.12.3
|
pypi_wheels = beautifulsoup4==4.12.3
|
||||||
coloredlogs==15.0.1
|
blinker==1.8.2
|
||||||
flask==3.0.2
|
click==8.1.7
|
||||||
tabulate==0.9.0
|
|
||||||
colorama==0.4.6
|
colorama==0.4.6
|
||||||
|
coloredlogs==15.0.1
|
||||||
|
flask==3.0.3
|
||||||
|
humanfriendly==10.0
|
||||||
|
itsdangerous==2.2.0
|
||||||
|
jinja2==3.1.4
|
||||||
|
markupsafe==2.1.5
|
||||||
|
soupsieve==2.5
|
||||||
|
tabulate==0.9.0
|
||||||
|
werkzeug==3.0.3
|
||||||
|
|
||||||
packages = solo_turnier
|
packages = solo_turnier
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user