dealing with requirements
Some checks reported warnings
Publish to PyPI / Publish to PyPI (push) Has been cancelled
Some checks reported warnings
Publish to PyPI / Publish to PyPI (push) Has been cancelled
This commit is contained in:
parent
cc1c884eef
commit
034c010635
@ -5,8 +5,11 @@ build-backend = 'setuptools.build_meta'
|
|||||||
[tool.setuptools-git-versioning]
|
[tool.setuptools-git-versioning]
|
||||||
enabled = true
|
enabled = true
|
||||||
|
|
||||||
|
[tool.setuptools.dynamic]
|
||||||
|
dependencies = {file = ["requirements.txt"]}
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
dynamic = ['version']
|
dynamic = ['version', 'dependencies']
|
||||||
name = "shs-tools"
|
name = "shs-tools"
|
||||||
authors = [
|
authors = [
|
||||||
{ name="Stefan Harmuth", email="pennywise@drock.de" },
|
{ name="Stefan Harmuth", email="pennywise@drock.de" },
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
bs4~=0.0.1
|
bs4~=0.0.1
|
||||||
beautifulsoup4==4.11.1
|
beautifulsoup4~=4.12.2
|
||||||
fishhook~=0.2.5
|
fishhook~=0.2.9
|
||||||
pygame~=2.4.0
|
pygame~=2.5.2
|
||||||
requests==2.28.1
|
requests~=2.31.0
|
||||||
setuptools==65.6.3
|
setuptools~=68.2.2
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user