Skip to content

Commit a031cc2

Browse files
john-bodleyhashhar
authored andcommitted
Add missing backports.zoneinfo requirement
1 parent 0fa547b commit a031cc2

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

setup.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,12 @@
7878
"Topic :: Database :: Front-Ends",
7979
],
8080
python_requires='>=3.7',
81-
install_requires=["pytz", "requests", "tzlocal"],
81+
install_requires=[
82+
"backports.zoneinfo;python_version<'3.9'",
83+
"pytz",
84+
"requests",
85+
"tzlocal",
86+
],
8287
extras_require={
8388
"all": all_require,
8489
"kerberos": kerberos_require,

0 commit comments

Comments
 (0)