Skip to content

Commit

Permalink
fix pendulum>=1.0 in setup.py (was missing version)
Browse files Browse the repository at this point in the history
Assuming, that when Pipfile declares such rule, it shall be also in
setup.py.
  • Loading branch information
vlcinsky committed Apr 4, 2018
1 parent e0e33cc commit 6903f6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
'pytz',
'dateparser>=0.7.0',
'tzlocal',
'pendulum',
'pendulum>=1.0',
'snaptime'
]

Expand Down

0 comments on commit 6903f6e

Please sign in to comment.