Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b252da6c5a |
@@ -1,6 +1,6 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "pyasic"
|
name = "pyasic"
|
||||||
version = "0.40.2"
|
version = "0.40.3"
|
||||||
description = "A set of modules for interfacing with many common types of ASIC bitcoin miners, using both their API and SSH."
|
description = "A set of modules for interfacing with many common types of ASIC bitcoin miners, using both their API and SSH."
|
||||||
authors = ["UpstreamData <brett@upstreamdata.ca>"]
|
authors = ["UpstreamData <brett@upstreamdata.ca>"]
|
||||||
repository = "https://github.com/UpstreamData/pyasic"
|
repository = "https://github.com/UpstreamData/pyasic"
|
||||||
@@ -9,12 +9,12 @@ readme = "README.md"
|
|||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.8"
|
python = "^3.8"
|
||||||
asyncssh = "^2.13.1"
|
httpx = "^0.25.0"
|
||||||
httpx = "^0.24.0"
|
asyncssh = "^2.14.1"
|
||||||
passlib = "^1.7.4"
|
|
||||||
pyaml = "^23.5.9"
|
|
||||||
toml = "^0.10.2"
|
|
||||||
grpc-requests = "^0.1.11"
|
grpc-requests = "^0.1.11"
|
||||||
|
passlib = "^1.7.4"
|
||||||
|
pyaml = "^23.9.7"
|
||||||
|
toml = "^0.10.2"
|
||||||
|
|
||||||
[tool.poetry.group.dev]
|
[tool.poetry.group.dev]
|
||||||
optional = true
|
optional = true
|
||||||
|
|||||||
Reference in New Issue
Block a user