Skip to content

Commit

Permalink
Update Pipfile: make dependency versions more flexibile, and move pyt…
Browse files Browse the repository at this point in the history
…est to dev dependencies
  • Loading branch information
audiodude committed Oct 26, 2024
1 parent 08cf876 commit 9f2b611
Show file tree
Hide file tree
Showing 2 changed files with 237 additions and 20 deletions.
10 changes: 5 additions & 5 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ verify_ssl = true
name = "pypi"

[packages]
requests = "==2.26.0"
python-dotenv = "==1.0.1"
tqdm = "==4.66.5"
pytest = "==8.3.3"
pytest-cov = "==5.0.0"
python-dotenv = "~=1.0"
requests = "~=2.26"
tqdm = "~=4.66"

[dev-packages]
pytest = "~=8.3"
pytest-cov = "~=5.0"

[requires]
python_version = "3.12"
247 changes: 232 additions & 15 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9f2b611

Please sign in to comment.