This commit is contained in:
riordanp 2022-09-19 15:31:39 +01:00 committed by GitHub
parent ad15d26127
commit 38deab45e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
[tool.poetry]
version = "3.4.10"
version = "3.4.11"
name = "mango-explorer"
homepage = "https://mango.markets"
repository = "https://github.com/blockworks-foundation/mango-explorer"
@ -18,7 +18,7 @@ jsons = "^1.6.1"
numpy = "^1.22.1"
pandas = "^1.4.1"
python = ">=3.9,<3.11"
pyserum = "^0.5.0a0"
pyserum = "==0.5.0a0"
python-dateutil = "^2.8.2"
requests = "^2.27.1"
Rx = "^3.2.0"