Skip to content

Commit

Permalink
Temporarily pin PyYAML to 3.13 (last known compatible release; see #40).
Browse files Browse the repository at this point in the history
  • Loading branch information
nmlorg committed Mar 25, 2019
1 parent 35cbdbb commit c7f5b34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -3,7 +3,7 @@

setuptools.setup(
name='metabot',
version='0.1.0.0',
version='0.1.0.1',
author='Daniel Reed',
author_email='nmlorg@gmail.com',
description='Modularized, multi-account bot.',
Expand All @@ -16,6 +16,6 @@
install_requires=[
'ntelebot >= 0.2.0, < 0.3',
'pytz',
'PyYAML',
'PyYAML == 3.13',
'requests',
])

0 comments on commit c7f5b34

Please sign in to comment.