Skip to content

Commit

Permalink
Update dependencies (and unpin them)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaedroho committed Jan 6, 2020
1 parent 758aec5 commit ba82c41
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@
"Programming Language :: Python :: 3.7",
],
install_requires=[
"polib==1.1.0",
"pygit2==0.28.2",
"gitpython==3.0.2",
"toml==0.10.0",
"polib>=1.1,<2.0",
"pygit2>=1.0,<2.0",
"gitpython>=3.0,<4.0",
"toml>=0.10,<0.11",
],
zip_safe=False,
)

0 comments on commit ba82c41

Please sign in to comment.