diff options
| author | 2020-07-31 19:05:37 -0700 | |
|---|---|---|
| committer | 2020-07-31 19:05:37 -0700 | |
| commit | da5090415f552158c1757bb407a8ae7358e6d82c (patch) | |
| tree | a592aa2cba33d57181e2a59ef1f305593f6f5d3c /Pipfile | |
| parent | Merge pull request #70 from neonsea/clarify-readme (diff) | |
| parent | Sort Pipfile packages & dev-packages (diff) | |
Merge pull request #72 from python-discord/python-Levenshtein
Add python-levenshtein and sort Pipfile (dev)packages
Diffstat (limited to 'Pipfile')
| -rw-r--r-- | Pipfile | 37 |
1 files changed, 19 insertions, 18 deletions
@@ -4,41 +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"} +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] |