Use newer version of squeaklib with fixed repr (#1035)

This commit is contained in:
Jonathan Zernik 2021-08-22 23:46:43 -07:00 committed by GitHub
parent b4bf89eeb0
commit 40ee4b70f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -4,4 +4,4 @@ grpcio
grpcio-tools
importlib_resources==1.4.0
pytest
squeakpy==0.6.5
squeakpy==0.6.6

View file

@ -13,5 +13,5 @@ protobuf
psycopg2
requests
SQLAlchemy
squeakpy==0.6.5
squeakpy==0.6.6
typed-config

View file

@ -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',