Remove pinned python version from pipfile

It is causing an issue with Dependabot due to a known pipenv limitation. See https://github.com/pypa/pipenv/issues/1050
master
James Curtin 5 years ago
parent 4c3dac9931
commit d89245475a
No known key found for this signature in database
GPG Key ID: E33439C11796824D
  1. 2
      {{cookiecutter.app_name}}/Pipfile

@ -62,5 +62,3 @@ flake8-quotes = "==2.0.1"
isort = "==4.3.20"
pep8-naming = "==0.8.2"
[requires]
python_version = "{{cookiecutter.python_version}}"

Loading…
Cancel
Save