diff --git a/pyproject.toml b/pyproject.toml index d7d710e..acf0214 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,12 +1,13 @@ [project] name = "bluefin_v2_client" -version = "2.2.1" +version = "2.3.1" description = "Library to interact with Bluefin exchange protocol including its off-chain api-gateway and on-chain contracts" readme = "README.md" requires-python = ">=3.8" keywords = ["bluefin", "exchange", "decentralized", "perpetuals", "blockchain"] dependencies = [ - 'aiohttp ~= 3.8.5', + 'requests ~= 2.31.0', + 'aiohttp ~= 3.8.5', 'aiosignal ~= 1.3.1', 'asn1crypto ~= 1.5.1', 'async-timeout ~= 4.0.3', diff --git a/requirements.in b/requirements.in index 47dfbbe..53f7170 100644 --- a/requirements.in +++ b/requirements.in @@ -31,3 +31,4 @@ websocket-client==1.6.2 yarl==1.9.2 zope.event==5.0 zope.interface==6.0 +requests==2.31.0