|
31 | 31 | "mdformat-pyproject>=0.0.1", # Allows configuring in pyproject.toml |
32 | 32 | ], |
33 | 33 | "doc": [ |
34 | | - "Sphinx>=6.1.3,<7", # Documentation generator |
35 | | - "sphinx_rtd_theme>=1.2.0,<2", # Readthedocs.org theme |
36 | | - "towncrier>=19.2.0, <20", # Generate release notes |
| 34 | + "sphinx-ape", |
37 | 35 | ], |
38 | 36 | "release": [ # `release` GitHub Action job uses this |
39 | 37 | "setuptools", # Installation tool |
|
75 | 73 | url="https://github.com/ApeWorX/ape-foundry", |
76 | 74 | include_package_data=True, |
77 | 75 | install_requires=[ |
78 | | - "eth-ape>=0.8.12,<0.9", |
79 | | - "ethpm-types", # Use same version as eth-ape |
80 | | - "eth-pydantic-types", # Use same version as eth-ape |
81 | | - "evm-trace", # Use same version as ape |
82 | | - "web3", # Use same version as ape |
83 | | - "yarl", # Use same version as ape |
84 | | - "hexbytes", # Use same version as ape |
| 76 | + "eth-ape>=0.8.21,<0.9", |
| 77 | + "ethpm-types>=0.6.19,<0.7", |
| 78 | + "eth_pydantic_types>=0.1.3,<0.2", |
| 79 | + "evm-trace>=0.2.3,<0.3", |
| 80 | + "web3>=6.20.1,<8", |
| 81 | + "yarl>=1.9.2,<2", |
| 82 | + "hexbytes>=0.3.1,<2", |
85 | 83 | ], |
86 | 84 | python_requires=">=3.9,<4", |
87 | 85 | extras_require=extras_require, |
|
0 commit comments