mirror of
https://github.com/onionshare/onionshare.git
synced 2025-02-14 05:31:25 -05:00
Install setuptools for everything, not just windows
This commit is contained in:
parent
525fbdce64
commit
eb38e9d3ba
2
poetry.lock
generated
2
poetry.lock
generated
@ -469,7 +469,7 @@ docs = ["sphinx", "jaraco.packaging (>=3.2)", "rst.linker (>=1.9)"]
|
|||||||
testing = ["jaraco.itertools", "func-timeout"]
|
testing = ["jaraco.itertools", "func-timeout"]
|
||||||
|
|
||||||
[metadata]
|
[metadata]
|
||||||
content-hash = "3f46cfec01bcb5166c9f354aaf4439064b477955f3ea2373fcfdb65d5b89276e"
|
content-hash = "3d46fa34e498a3bcac9efbde10ee25cabccbd7add2c585d82acc9a28c38203d4"
|
||||||
python-versions = "^3.7"
|
python-versions = "^3.7"
|
||||||
|
|
||||||
[metadata.files]
|
[metadata.files]
|
||||||
|
@ -43,8 +43,8 @@ pytest-faulthandler = "*"
|
|||||||
pytest-qt = "*"
|
pytest-qt = "*"
|
||||||
six = "*"
|
six = "*"
|
||||||
urllib3 = "*"
|
urllib3 = "*"
|
||||||
|
setuptools = "*"
|
||||||
pyinstaller = {version = "*", platform = "darwin"}
|
pyinstaller = {version = "*", platform = "darwin"}
|
||||||
setuptools = {version = "*", platform = "windows"}
|
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["poetry>=0.12"]
|
requires = ["poetry>=0.12"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user