Correct deps

This commit is contained in:
nolash 2021-07-17 07:17:19 +02:00
parent c35957275c
commit 41ac66f9d2
Signed by: lash
GPG Key ID: 21D2E7BB88C2A746
2 changed files with 12 additions and 1 deletions

View File

@ -1,3 +1,4 @@
chaind<=0.0.1,>=0.0.1a3
chaind<=0.0.1,>=0.0.1a4
hexathon~=0.0.1a7
chainlib-eth<=0.0.5,>0.0.4
#chainlib-eth~=0.0.5a4

10
run_tests.sh Normal file
View File

@ -0,0 +1,10 @@
#!/bin/bash
set -e
set -x
export PYTHONPATH=${PYTHONPATH:.}
for f in `ls tests/*.py`; do
python $f
done
set +x
set +e