Skip to content

Commit

Permalink
Merge pull request #24 from rooterkyberian/unpin_deps
Browse files Browse the repository at this point in the history
unpin dependencies
  • Loading branch information
darth30joker authored Feb 17, 2019
2 parents ed1f001 + 0235ae5 commit 6cf94de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
zip_safe=False,
install_requires=[
'pymongo>=3.2.1',
'configparser==3.5.0',
'enum34==1.1.6',
'configparser>=3.5.0',
'enum34>=1.1.6',
],
entry_points={
'console_scripts': ['mongodb-migrate=mongodb_migrations.cli:main'],
Expand Down

0 comments on commit 6cf94de

Please sign in to comment.