summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsiddharth <s@ricketyspace.net>2021-10-31 15:29:53 -0400
committersiddharth <s@ricketyspace.net>2021-10-31 15:29:53 -0400
commit476ed4a035616a2a702cc26c9438209561eb6fd3 (patch)
treef9a79f7c40e3fddee19e9e1c994face46167a78b
parentcd04834639217a6651cadafcb2f10c8d25d2a244 (diff)
setup.py: install_requires: update PyYAML
Install PyYAML 5.4.1.1; last release compatible with python 2.7
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index cd69b5b..33ea2f3 100644
--- a/setup.py
+++ b/setup.py
@@ -39,7 +39,7 @@ config = {
'download_url': 'https://git.ricketyspace.net/combox',
'author': 'combox contributors',
'author_email': 'sravik@bgsu.edu',
- 'install_requires': ['watchdog', 'PyYAML', 'pycrypto',
+ 'install_requires': ['watchdog', 'PyYAML==5.4.1.1', 'pycrypto',
'simplejson', 'pickledb'],
'tests_require': ['nose', 'mock'],
'test_suite': 'nose.collector',