diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2021-04-19 17:04:43 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2021-04-19 17:04:43 -0700 |
commit | 595c057aed914f8696cdb368a182db1ce9abf8ee (patch) | |
tree | 0942111053bcb4b39222f491a1cd293e685629e6 | |
parent | b736f98ec603ac99b3061db6e59e586129181fcb (diff) | |
download | fatcat-595c057aed914f8696cdb368a182db1ce9abf8ee.tar.gz fatcat-595c057aed914f8696cdb368a182db1ce9abf8ee.zip |
pipenv: remove unused pg-view and pykafka libraries
-rw-r--r-- | python/Pipfile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/python/Pipfile b/python/Pipfile index 341214b0..57903717 100644 --- a/python/Pipfile +++ b/python/Pipfile @@ -15,7 +15,6 @@ ipython = "*" responses = ">=0.10" pytest-cov = "*" pylint = "*" -pg-view = "*" pytest-mock = "*" flake8 = "*" @@ -35,7 +34,6 @@ loginpass = "==0.4" authlib = "<0.13" requests = ">=2" raven = {extras = ['flask'],version = "*"} -pykafka = ">=2" confluent-kafka = "*" python-dateutil = "*" sickle = "*" |