setup: Specify dependency on PyYAML.
This should've always been here, it was an oversight.
This commit is contained in:
parent
1b0740ad5d
commit
b0d5fe5aa8
1 changed files with 2 additions and 1 deletions
3
setup.py
3
setup.py
|
@ -25,7 +25,7 @@ with README_PATH.open() as readme_file:
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='paypal_rest',
|
name='paypal_rest',
|
||||||
version='1.0.1',
|
version='1.0.2',
|
||||||
author='Software Freedom Conservancy',
|
author='Software Freedom Conservancy',
|
||||||
author_email='info@sfconservancy.org',
|
author_email='info@sfconservancy.org',
|
||||||
license='GNU AGPLv3+',
|
license='GNU AGPLv3+',
|
||||||
|
@ -38,6 +38,7 @@ setup(
|
||||||
'iso8601>=0.1', # Debian:python3-iso8601
|
'iso8601>=0.1', # Debian:python3-iso8601
|
||||||
'oauthlib>=2.0', # Debian:python3-oauthlib
|
'oauthlib>=2.0', # Debian:python3-oauthlib
|
||||||
'pyxdg>=0.2', # Debian:python3-xdg
|
'pyxdg>=0.2', # Debian:python3-xdg
|
||||||
|
'PyYAML>=3.0', # Debian:python3-yaml
|
||||||
'requests>=2.0', # Debian:python3-requests
|
'requests>=2.0', # Debian:python3-requests
|
||||||
'requests-oauthlib>=1.0', # Debian:python3-requests-oauthlib
|
'requests-oauthlib>=1.0', # Debian:python3-requests-oauthlib
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue