Skip to content

Commit 9c0f91b

Browse files
committed
build: Upgrade dependencies to safe versions on recent Python versions
1 parent 50e44d4 commit 9c0f91b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

setup.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,10 @@
6969
],
7070

7171
install_requires=[
72-
'agate>=1.6.3',
73-
'agate-excel>=0.2.2',
74-
'agate-dbf>=0.2.2',
75-
'agate-sql>=0.5.3',
72+
'agate>=1.12.0',
73+
'agate-excel>=0.4.0',
74+
'agate-dbf>=0.2.3',
75+
'agate-sql>=0.7.0',
7676
'openpyxl',
7777
'sqlalchemy',
7878
'xlrd',

0 commit comments

Comments
 (0)