Removes certain packages from the Pipfile

This commit is contained in:
Trenton Holmes
2022-03-07 11:33:34 -08:00
parent c52070d554
commit f4d09d46f4
3 changed files with 200 additions and 147 deletions

View File

@@ -21,7 +21,6 @@ fuzzywuzzy = {extras = ["speedup"], version = "*"}
gunicorn = "*"
imap-tools = "*"
langdetect = "*"
numpy = "~=1.22.0"
pathvalidate = "*"
pillow = "~=9.0"
pikepdf = "~=5.0"
@@ -46,11 +45,7 @@ channels = "~=3.0"
channels-redis = "*"
uvicorn = {extras = ["standard"], version = "*"}
concurrent-log-handler = "*"
# uvloop 0.15+ incompatible with python 3.6
uvloop = "~=0.16"
cryptography = "~=36.0.1"
"pdfminer.six" = "*"
"backports.zoneinfo" = "*"
[dev-packages]
coveralls = "*"