Skip to content

Commit

Permalink
backport pinning of pendulum from 3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Wooble committed Jul 8, 2020
1 parent 5cc83a9 commit 0390b53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -13,7 +13,7 @@
with open("README.rst") as readmefile:
readme = readmefile.read()

requirements = ["openpyxl", "requests", "six", "pendulum", "click", "lxml"]
requirements = ["openpyxl", "requests", "six", "pendulum==2.0.3", "click", "lxml"]

if platform.python_implementation() == "PyPy":
requirements = ["cython"] + requirements
Expand Down

0 comments on commit 0390b53

Please sign in to comment.