Skip to content
This repository has been archived by the owner on Sep 22, 2023. It is now read-only.

Commit

Permalink
feat: Begin writing group tests
Browse files Browse the repository at this point in the history
* We need to revamp the CLI to be consistent with name/UUID arguments,
  the option/argument patterns, and the subcommand structures with
  singular/plural words.
  • Loading branch information
achimnol committed Jun 21, 2021
1 parent 7bb98cf commit 3d86a6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
'appdirs~=1.4.3',
'async_timeout~=3.0', # to avoid pip10 resolver issue
'attrs>=20.1', # to avoid pip10 resolver issue
'click~=7.1.2',
'click~=8.0.1',
'colorama~=0.4.3',
'humanize~=3.1.0',
'janus~=0.6.0',
Expand Down

0 comments on commit 3d86a6b

Please sign in to comment.