Skip to content

Commit

Permalink
Add missing pytz dependency to setup.py. (#2436)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverchang committed Aug 27, 2021
1 parent 735aab1 commit 1addf69
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

setuptools.setup(
name='clusterfuzz',
version='2.5.3',
version='2.5.4',
author='ClusterFuzz authors',
author_email='clusterfuzz-dev@googlegroups.com',
description='ClusterFuzz',
Expand Down Expand Up @@ -49,6 +49,7 @@
'oauth2client',
'protobuf',
'psutil',
'pytz',
'PyYAML',
'requests',
'six',
Expand Down

0 comments on commit 1addf69

Please sign in to comment.