Skip to content

Commit

Permalink
build: Upgrade dependencies to safe versions on recent Python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Jul 30, 2024
1 parent 50e44d4 commit 9c0f91b
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 @@ -69,10 +69,10 @@
],

install_requires=[
'agate>=1.6.3',
'agate-excel>=0.2.2',
'agate-dbf>=0.2.2',
'agate-sql>=0.5.3',
'agate>=1.12.0',
'agate-excel>=0.4.0',
'agate-dbf>=0.2.3',
'agate-sql>=0.7.0',
'openpyxl',
'sqlalchemy',
'xlrd',
Expand Down

0 comments on commit 9c0f91b

Please sign in to comment.