Skip to content

Commit

Permalink
Upgraded dependencies in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire committed Apr 22, 2021
1 parent 33a3372 commit 0156a8e
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 @@ -30,8 +30,8 @@ def read(fname):
include_package_data=True,
zip_safe=False,
install_requires=(
'django>=1.9',
'django-postgres-copy>=2.3.7',
'django>=3.2.*',
'django-postgres-copy>=2.5.*',
'csvkit>=1.0',
'requests',
'clint',
Expand Down

0 comments on commit 0156a8e

Please sign in to comment.