Skip to content

Commit

Permalink
Fix mismatched terminaltables dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
avanwinkle committed May 29, 2024
1 parent 451066a commit 275ce3b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ classifiers=[
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Natural Language :: English",
"Operating System :: MacOS :: MacOS X",
"Operating System :: Microsoft :: Windows",
Expand Down Expand Up @@ -48,7 +49,7 @@ vpe = ['grpcio_tools==1.34.0',
'grpcio==1.34.0',
'protobuf==3.14.0',]
all = [ # currently no way to just use the names from above afaik?
'prompt_toolkit==3.0.43', 'asciimatics==1.15.0', 'terminaltables==3.1.0',
'prompt_toolkit==3.0.43', 'asciimatics==1.15.0', 'terminaltables==3.1.10',
'requests==2.28.2', 'irc==19.0.1', 'smbus2_asyncio==0.0.5',
'python-osc==1.8.3', 'pyusb==1.1.0', 'apigpio-mpf==0.0.4',
'grpcio_tools==1.34.0', 'grpcio==1.34.0', 'protobuf==3.14.0',
Expand Down

0 comments on commit 275ce3b

Please sign in to comment.