Skip to content

Commit

Permalink
Merge pull request #32 from nicku33/loosen_deps
Browse files Browse the repository at this point in the history
Allowing newer version of dependencies
  • Loading branch information
Erik Bernhardsson authored Mar 4, 2020
2 parents 12edb3b + 23f5f10 commit 60832f5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
author_email='erikbern@better.com',
py_modules=['jsonschema2db'],
install_requires=[
'change_case==0.5.2',
'iso8601==0.1.12',
'psycopg2==2.7.2'
'change_case>=0.5.2',
'iso8601>=0.1.12',
'psycopg2>=2.7.2'
])

0 comments on commit 60832f5

Please sign in to comment.