diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2021-10-01 15:09:30 -0400 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2021-10-01 15:09:30 -0400 |
commit | e9c2005750a0d95a7cc9a100e1edeb3bfc2a984a (patch) | |
tree | 54774851a27d9de87cf9095aa7436bded69fa397 | |
parent | 13f28d65894e7737b01999a7475dccc71078c734 (diff) |
Modern invoke/invocations
Including nuking pointless old pins of wheel/twine,
new invocations sets those for release task stuff itself
-rw-r--r-- | dev-requirements.txt | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/dev-requirements.txt b/dev-requirements.txt index 56f53ad9..f107c53c 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,6 +1,6 @@ # Invocations for common project tasks -invoke>=1.0,<2.0 -invocations>=1.2.0,<2.0 +invoke==1.6.0 +invocations==2.3.0 pytest==4.4.2 pytest-relaxed==1.1.5 # pytest-xdist for test dir watching and the inv guard task @@ -17,7 +17,5 @@ alabaster==0.7.12 releases>=1.5,<2.0 # Release tools semantic_version>=2.4,<2.5 -wheel==0.24 -twine==1.11.0 # Self -e . |