mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2025-12-31 20:36:24 +00:00
Template updates post ssz and ethabi (#82)
* add updates found when merging template with py-ssz and eth-abi * add wheel and wheel-windows to ci and reorg
This commit is contained in:
4
setup.py
4
setup.py
@ -16,7 +16,7 @@ extras_require = {
|
||||
"isort>=5.10.1",
|
||||
"mypy==0.971", # mypy does not follow semver, leave it pinned.
|
||||
"pydocstyle>=6.0.0",
|
||||
"black>=22",
|
||||
"black>=23",
|
||||
],
|
||||
"doc": [
|
||||
"sphinx>=5.0.0",
|
||||
@ -60,7 +60,7 @@ setup(
|
||||
install_requires=[
|
||||
"eth-utils>=2",
|
||||
],
|
||||
python_requires=">=3.7.2, <4",
|
||||
python_requires=">=3.7, <4",
|
||||
extras_require=extras_require,
|
||||
py_modules=["<MODULE_NAME>"],
|
||||
license="MIT",
|
||||
|
||||
Reference in New Issue
Block a user