aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Pipfile38
1 files changed, 19 insertions, 19 deletions
diff --git a/Pipfile b/Pipfile
index 7dae11a..1760256 100644
--- a/Pipfile
+++ b/Pipfile
@@ -4,42 +4,42 @@ verify_ssl = true
name = "pypi"
[packages]
+arrow = "~= 0.15"
+attrs = "~= 19.3"
+beautifulsoup4 = "~= 4.8"
falcon = "~= 2.0.0"
+forbiddenfruit = "~= 0.1"
+fuzzywuzzy = "~= 0.17"
gunicorn = "~= 19.9"
jsonschema = "~= 3.0"
+more-itertools = "~= 8.0"
+networkx = "~= 2.4"
numpy = "~= 1.17"
-scipy = "~= 1.3"
pandas = "~= 0.25"
-sympy = "~= 1.5"
-fuzzywuzzy = "~= 0.17"
-python-dateutil = "~= 2.8"
pendulum = "~= 2.0"
-arrow = "~= 0.15"
-yarl = "~= 1.4"
-attrs = "~= 19.3"
-forbiddenfruit = "~= 0.1"
-more-itertools = "~= 8.0"
-networkx = "~= 2.4"
-beautifulsoup4 = "~= 4.8"
+python-dateutil = "~= 2.8"
+python-levenshtein = "~=0.12.0"
pyyaml = "~= 5.2"
-toml = "~= 0.10"
+scipy = "~= 1.3"
sentry-sdk = {extras = ["falcon"], version = "~= 0.14.2"}
-python-levenshtein = "~=0.12.0"
+sympy = "~= 1.5"
+toml = "~= 0.10"
+yarl = "~= 1.4"
[dev-packages]
coverage = ">= 4.4.2, == 4.*"
-pre-commit = "~= 1.18"
-pydocstyle = "~= 4.0"
flake8 = "~= 3.7.8"
flake8-annotations = ">= 1.1.1, == 1.*"
-flake8-docstrings = "~=1.4"
flake8-bugbear = "~= 19.3"
+flake8-docstrings = "~=1.4"
+flake8-formatter-junit-xml = "~= 0.0.6"
flake8-import-order = "~= 0.18.1"
+flake8-quotes = "~= 2.1"
+flake8-string-format = "~= 0.2.3"
flake8-tidy-imports = "~= 2.0"
flake8-todo = "~= 0.7"
-flake8-string-format = "~= 0.2.3"
-flake8-formatter-junit-xml = "~= 0.0.6"
-flake8-quotes = "~= 2.1"
+pre-commit = "~= 1.18"
+pydocstyle = "~= 4.0"
unittest-xml-reporting = ">= 2.5.1, == 2.*"
[requires]