Skip to content

Commit 60832f5

Browse files
author
Erik Bernhardsson
authored
Merge pull request #32 from nicku33/loosen_deps
Allowing newer version of dependencies
2 parents 12edb3b + 23f5f10 commit 60832f5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
author_email='erikbern@better.com',
2020
py_modules=['jsonschema2db'],
2121
install_requires=[
22-
'change_case==0.5.2',
23-
'iso8601==0.1.12',
24-
'psycopg2==2.7.2'
22+
'change_case>=0.5.2',
23+
'iso8601>=0.1.12',
24+
'psycopg2>=2.7.2'
2525
])

0 commit comments

Comments
 (0)