diff options
| author | 2020-11-15 11:26:21 -0800 | |
|---|---|---|
| committer | 2020-11-15 11:26:21 -0800 | |
| commit | b3da5baddea0b95c35b6914b3dc755e61d7185bc (patch) | |
| tree | b55874f3aa8805faf68e1332e1dd4333af710c13 /Pipfile | |
| parent | Merge pull request #77 - Add `lark` to available imports (diff) | |
| parent | Update Python binary mount path in nsjail config (diff) | |
Merge pull request #78 - Update to Python 3.9
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" |