Skip to content

Commit

Permalink
Merge pull request #1 from memory/update-pgpy-dependency
Browse files Browse the repository at this point in the history
update pgpy dependency to fix py2 tests.
  • Loading branch information
memory committed Sep 8, 2020
2 parents e4101f4 + b65a418 commit 4c5cdfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools import setup, find_packages

__name__ = 'apt-repoman'
__version__ = '1.0.6'
__version__ = '1.0.7'

setup(
name=__name__,
Expand All @@ -23,7 +23,7 @@
"wheel",
],
install_requires=[
'PGPy==0.4.1',
'PGPy==0.5.2',
'ansicolors==1.1.8',
'boto3==1.4.4',
'configargparse==0.12.0',
Expand Down

0 comments on commit 4c5cdfb

Please sign in to comment.