Skip to content

Commit d957612

Browse files
committed
loosen pytz requirement
The updates to pytz have just been timezone db changes, which are important changes to bring in. It'd be great to be able to pin applications against specific versions, rather than have it enforced by singer-python
1 parent 6c6c773 commit d957612

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
classifiers=['Programming Language :: Python :: 3 :: Only'],
1111
url="http://singer.io",
1212
install_requires=[
13-
'pytz==2018.4',
13+
'pytz>=2018.4',
1414
'jsonschema==2.6.0',
1515
'simplejson==3.11.1',
1616
'python-dateutil>=2.6.0',

0 commit comments

Comments
 (0)