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 /doc/requirements.pip | |
parent | c03f3000c82c6171fb798e4947a57a6b884fc03a (diff) | |
download | python-coveragepy-git-nedbat/cog.tar.gz |
temp: use checksummingnedbat/cog
Diffstat (limited to 'doc/requirements.pip')
-rw-r--r-- | doc/requirements.pip | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/requirements.pip b/doc/requirements.pip index 392f502c..a020e4f8 100644 --- a/doc/requirements.pip +++ b/doc/requirements.pip @@ -12,7 +12,7 @@ certifi==2021.10.8 # via requests charset-normalizer==2.0.7 # via requests -cogapp==3.2.0 +cogapp @ git+https://github.com/nedbat/cog.git@nedbat/check # via -r doc/requirements.in colorama==0.4.4 # via sphinx-autobuild |