diff options
Diffstat (limited to 'Pipfile')
| -rw-r--r-- | Pipfile | 58 | 
1 files changed, 29 insertions, 29 deletions
@@ -4,47 +4,47 @@ verify_ssl = true  name = "pypi"  [packages] -arrow = "~= 0.15" -attrs = "~= 19.3" -beautifulsoup4 = "~= 4.8" +arrow = "~= 0.17" +attrs = "~= 20.3" +beautifulsoup4 = "~= 4.9"  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" -pandas = "~= 0.25" -pendulum = "~= 2.0" +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.2" -scipy = "~= 1.3" -sentry-sdk = {extras = ["falcon"], version = "~= 0.14.2"} -sympy = "~= 1.5" +pyyaml = "~= 5.3" +scipy = "~= 1.5" +sentry-sdk = {extras = ["falcon"], version = "~= 0.19.3"} +sympy = "~= 1.6"  toml = "~= 0.10" -yarl = "~= 1.4" -lark = "~= 0.10" +yarl = "~= 1.6"  [dev-packages] -coverage = ">= 4.4.2, == 4.*" -flake8 = "~= 3.7.8" -flake8-annotations = ">= 1.1.1, == 1.*" -flake8-bugbear = "~= 19.3" -flake8-docstrings = "~=1.4" +coverage = "~= 5.3" +flake8 = "~= 3.8.4" +flake8-annotations = "~= 2.4.1" +flake8-bugbear = "~= 20.1" +flake8-docstrings = "~= 1.5"  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-quotes = "~= 3.2" +flake8-string-format = "~= 0.3.0" +flake8-tidy-imports = "~= 4.1"  flake8-todo = "~= 0.7" -pre-commit = "~= 1.18" -pydocstyle = "~= 4.0" -unittest-xml-reporting = ">= 2.5.1, == 2.*" +pre-commit = "~= 2.8.2" +pydocstyle = "~= 5.1" +unittest-xml-reporting = "~= 3.0"  [requires] -python_version = "3.8" +python_version = "3.9"  [scripts]  lint = "flake8"  |