1 Star 0 Fork 0

caijiaxing/uniswap-python

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pyproject.toml 1.01 KB
一键复制 编辑 原始数据 按行查看 历史
Shane Fontaine 提交于 2020-09-26 04:14 +08:00 . Upddate to 0.4.4
[tool.poetry]
name = "uniswap-python"
version = "0.4.4"
description = "An unofficial Python wrapper for the Uniswap exchange"
repository = "https://github.com/shanefontaine/uniswap-python"
readme = "README.md"
keywords = ["uniswap", "ethereum", "exchange", "trading"]
authors = ["Shane Fontaine <shane6fontaine@gmail.com>", "Erik Bjäreholt <erik@bjareho.lt>"]
license = "MIT"
packages = [
{ include = "uniswap" },
]
include = ["uniswap/assets/*.abi", "uniswap/assets/*/*.abi"]
classifiers = [
"Intended Audience :: Developers",
"Intended Audience :: Financial and Insurance Industry",
"Intended Audience :: Information Technology",
"Topic :: Software Development :: Libraries :: Python Modules",
]
[tool.poetry.dependencies]
python = "^3.7"
web3 = "^5.12.0"
[tool.poetry.dev-dependencies]
pytest = "^5.4.3"
black = "^19.10b0"
pytest-cov = "^2.10.0"
pytest-dotenv = "^0.5.2"
python-dotenv = "^0.14.0"
flake8 = "^3.8.3"
mypy = "^0.782"
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/samcool0209/uniswap-python.git
git@gitee.com:samcool0209/uniswap-python.git
samcool0209
uniswap-python
uniswap-python
master

搜索帮助