diff --git a/setup.cfg b/setup.cfg index 162f704..1a7b0b5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = polymarket_trading -version = 0.1.6 +version = 0.1.7 author = PolyTrader description = A collection of tools for trading on polymarket.com long_description = file: README.md @@ -21,6 +21,8 @@ install_requires = eth_account requests gql + mpmath + pydash [options.package_data] polymarket.abi = *.json