mirror of https://github.com/nucypher/nucypher.git
Minimal example tox config for py36,37,38
parent
347cb60f51
commit
acedfd52c5
|
@ -2,6 +2,8 @@ include pyproject.toml
|
|||
include LICENSE
|
||||
include README.md
|
||||
include requirements.txt
|
||||
include dev-requirements.txt
|
||||
include docs-requirements.txt
|
||||
|
||||
recursive-exclude * __pycache__
|
||||
global-exclude *.py[cod]
|
||||
|
|
|
@ -27,7 +27,7 @@ eth-hash[pycryptodome]==0.2.0
|
|||
eth-keyfile==0.5.1
|
||||
eth-keys==0.3.3
|
||||
eth-rlp==0.1.2
|
||||
eth-tester==0.4.0b2
|
||||
eth-tester>=0.1.0b39
|
||||
eth-typing==2.2.1
|
||||
eth-utils==1.9.0
|
||||
flask-sqlalchemy==2.4.1
|
||||
|
|
Loading…
Reference in New Issue