Skip to content

Commit

Permalink
updated pipfile to not have exact versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Shariq Torres committed Dec 29, 2021
1 parent 60e2e6e commit f500aef
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ requests = "*"

[dev-packages]
"flake8" = "*"
coverage = "5.5"
coveralls = "2.2.0"
coverage = ">=5.5"
coveralls = ">=2.2.0"
bumpversion = "*"
setuptools = "*"
twine = "*"
pytest = "6.2.1"
pytest-cov = "2.11.1"
pytest = ">=6.2.1"
pytest-cov = ">=2.11.1"

[scripts]
# these commands can be invoked with `pipenv run <script_name>`
Expand Down

0 comments on commit f500aef

Please sign in to comment.