Skip to content

Commit

Permalink
Merge pull request iterative#3165 from mroutis/remove-py2-compat
Browse files Browse the repository at this point in the history
setup: remove py2 backports
  • Loading branch information
efiop authored Jan 17, 2020
2 parents 422ff57 + 4832662 commit 6ebd053
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ def run(self):
install_requires = [
"python-dateutil<2.8.1,>=2.1", # Consolidates azure-blob-storage and boto3
"ply>=3.9", # See https://github.com/pyinstaller/pyinstaller/issues/1945
"configparser>=3.5.0",
"colorama>=0.3.9",
"configobj>=5.0.6",
"gitpython>=2.1.8",
Expand Down

0 comments on commit 6ebd053

Please sign in to comment.