Skip to content

Commit

Permalink
fix: setuptools version
Browse files Browse the repository at this point in the history
  • Loading branch information
angrybayblade committed Oct 25, 2023
1 parent f67fbfa commit f048ff9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ name = "test-pypi"

[dev-packages]
# we fix exact versions as it's sufficient to have at least one set of compatible dependencies for development
setuptools = ">=65.5.1"
setuptools = "==59.6.0"
aiohttp = ">=3.8.5,<4.0.0"
asn1crypto = "==1.4.0"
bech32 = "==1.2.0"
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ deps =
idna<=3.3
numpy>=1.18.1
psutil==5.7.0
setuptools>=65.5.1
setuptools==59.6.0
ledgerwallet==0.1.3
construct<=2.10.61
defusedxml==0.6.0
Expand All @@ -67,7 +67,7 @@ whitelist_externals = /bin/sh
passenv = *
extras = all
deps =
setuptools>=65.5.1
setuptools==59.6.0

[commands-local-install]
commands =
Expand Down

0 comments on commit f048ff9

Please sign in to comment.