Skip to content

Commit

Permalink
pipenv uninstall aiohttp-cors
Browse files Browse the repository at this point in the history
  • Loading branch information
zsol committed Sep 18, 2021
1 parent 1a9bb52 commit 65e9738
Show file tree
Hide file tree
Showing 2 changed files with 215 additions and 287 deletions.
5 changes: 0 additions & 5 deletions Pipfile
Expand Up @@ -13,7 +13,6 @@ pytest-xdist = ">= 2.2.1"
pytest-cov = ">= 2.11.1"
parameterized = ">= 0.7.4"
tox = "*"

# Linting related requirements.
pre-commit = ">=2.9.2"
flake8 = ">=3.9.2"
Expand All @@ -22,26 +21,22 @@ mypy = ">=0.910"
types-dataclasses = ">=0.1.3"
types-typed-ast = ">=1.4.1"
types-PyYAML = ">=5.4.1"

# Documentation related requirements.
Sphinx = ">=4.1.2"
MyST-Parser = ">=0.15.1"
sphinxcontrib-programoutput = ">=0.17"
sphinx-copybutton = ">=0.4.0"
docutils = "==0.17.1" # not a direct dependency, see https://github.com/pypa/pipenv/issues/3865

# Packaging related requirements.
setuptools = ">=39.2.0"
setuptools-scm = "*"
twine = ">=1.11.0"
wheel = ">=0.31.1"
readme_renderer = "*"

black = {editable = true, extras = ["d", "jupyter"], path = "."}

[packages]
aiohttp = ">=3.6.0"
aiohttp-cors = ">=0.4.0"
platformdirs= ">=2"
click = ">=8.0.0"
mypy_extensions = ">=0.4.3"
Expand Down

0 comments on commit 65e9738

Please sign in to comment.