Skip to content

Commit

Permalink
Be consistent about package versions
Browse files Browse the repository at this point in the history
Pipfle, setup.py and requirements.txt were out of sync.
  • Loading branch information
pulkomandy committed Sep 14, 2024
1 parent 4823c21 commit 342475c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ verify_ssl = true
name = "pypi"

[packages]
pygit2 = ">=1.0.3"
pygit2 = ">=1.6.1"
pytz = ">=2018.5"
pandas = "~=0.25.3"
pandas = ">=1.3.3"
tqdm = "~=4.45.0"
Jinja2 = ">=2.10.1"

[dev-packages]

[requires]
python_version = "3.8"
python_version = "3.6"

0 comments on commit 342475c

Please sign in to comment.