forked from LBRYCommunity/lbry-sdk
setup.py
This commit is contained in:
parent
4048cfb3e8
commit
74e3471bd9
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -51,7 +51,7 @@ setup(
|
||||||
'pylru==1.1.0',
|
'pylru==1.1.0',
|
||||||
'pyzmq==18.1.1',
|
'pyzmq==18.1.1',
|
||||||
'plyvel==1.0.5',
|
'plyvel==1.0.5',
|
||||||
'sqlalchemy @ git+https://github.com/sqlalchemy/sqlalchemy.git',
|
'sqlalchemy@git+https://github.com/sqlalchemy/sqlalchemy.git',
|
||||||
'psycopg2',
|
'psycopg2',
|
||||||
],
|
],
|
||||||
classifiers=[
|
classifiers=[
|
||||||
|
|
Loading…
Reference in a new issue