Open sznariOsmosis opened 3 years ago
I try to delete the version restriction of psycopg2-binary
in requirements.txt
and run pip install
again:
# modified ethjsonrpc
web3==4.4.1
# SqlAlchemy
sqlalchemy==1.3.17
alembic==0.9.9
psycopg2-binary
# CLI
Click==6.7
# Testing and coverage
pytest==3.0.0
pytest-cov==2.2.1
# For building docs
sphinx==1.7.4
sphinx_rtd_theme==0.3.1
sphinx_click==1.2.0
# Task queue
Celery==4.1.1
flower==0.9.2
It works!
and how did you compile the project