diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2021-11-19 10:26:58 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2021-11-19 10:29:41 -0500 |
commit | e159fbdd05fc80fc359538030b619e5095570d10 (patch) | |
tree | 5759e9a8f49415d950f7aef11c4e412b4f00e254 /requirements/dev.pip | |
parent | c03f3000c82c6171fb798e4947a57a6b884fc03a (diff) | |
download | python-coveragepy-git-nedbat/cog.tar.gz |
temp: use checksummingnedbat/cog
Diffstat (limited to 'requirements/dev.pip')
-rw-r--r-- | requirements/dev.pip | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/requirements/dev.pip b/requirements/dev.pip index d3072d0a..89e97316 100644 --- a/requirements/dev.pip +++ b/requirements/dev.pip @@ -29,6 +29,8 @@ charset-normalizer==2.0.7 # via requests check-manifest==0.47 # via -r requirements/dev.in +cogapp @ git+https://github.com/nedbat/cog.git@nedbat/check + # via -r requirements/dev.in colorama==0.4.4 # via twine decorator==5.1.0 @@ -95,7 +97,7 @@ parso==0.8.2 # via jedi pep517==0.12.0 # via build -pkginfo==1.8.0 +pkginfo==1.8.1 # via twine platformdirs==2.4.0 # via |