mirror of
https://github.com/yzernik/squeaknode.git
synced 2026-08-13 12:33:25 +02:00
Use newer version of squeaklib with fixed repr (#1035)
This commit is contained in:
parent
b4bf89eeb0
commit
40ee4b70f9
3 changed files with 3 additions and 3 deletions
|
|
@ -4,4 +4,4 @@ grpcio
|
|||
grpcio-tools
|
||||
importlib_resources==1.4.0
|
||||
pytest
|
||||
squeakpy==0.6.5
|
||||
squeakpy==0.6.6
|
||||
|
|
|
|||
|
|
@ -13,5 +13,5 @@ protobuf
|
|||
psycopg2
|
||||
requests
|
||||
SQLAlchemy
|
||||
squeakpy==0.6.5
|
||||
squeakpy==0.6.6
|
||||
typed-config
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -82,7 +82,7 @@ setup(
|
|||
include_package_data=True,
|
||||
zip_safe=False,
|
||||
install_requires=[
|
||||
'squeakpy>=0.6.5',
|
||||
'squeakpy>=0.6.6',
|
||||
'importlib_resources',
|
||||
'argparse',
|
||||
'googleapis-common-protos',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue