aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile18
1 files changed, 0 insertions, 18 deletions
diff --git a/Pipfile b/Pipfile
index 237c1fa..eaac4cc 100644
--- a/Pipfile
+++ b/Pipfile
@@ -4,28 +4,10 @@ verify_ssl = true
name = "pypi"
[packages]
-arrow = "~= 0.17"
-attrs = "~= 20.3"
-beautifulsoup4 = "~= 4.9"
falcon = "~= 2.0.0"
-forbiddenfruit = "~= 0.1"
-fuzzywuzzy = "~= 0.18"
gunicorn = "~= 20.0"
jsonschema = "~= 3.2"
-lark = "~= 0.10"
-more-itertools = "~= 8.6"
-networkx = "~= 2.5"
-numpy = "~= 1.19"
-pandas = "~= 1.1"
-pendulum = "~= 2.1"
-python-dateutil = "~= 2.8"
-python-levenshtein = "~=0.12.0"
-pyyaml = "~= 5.3"
-scipy = "~= 1.5"
sentry-sdk = {extras = ["falcon"], version = "~= 0.19.3"}
-sympy = "~= 1.6"
-toml = "~= 0.10"
-yarl = "~= 1.6"
[dev-packages]
coverage = "~= 5.3"