diff options
Diffstat (limited to 'Pipfile')
-rw-r--r-- | Pipfile | 19 |
1 files changed, 18 insertions, 1 deletions
@@ -7,12 +7,29 @@ name = "pypi" falcon = "~= 2.0.0" gunicorn = "~= 19.9" jsonschema = "~= 3.0" +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" +pyyaml = "~= 5.2" +toml = "~= 0.10" [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-import-order = "~= 0.18.1" @@ -24,7 +41,7 @@ flake8-quotes = "~= 2.1" unittest-xml-reporting = ">= 2.5.1, == 2.*" [requires] -python_version = "3.7" +python_version = "3.8" [scripts] lint = "flake8" |