Skip to content

Commit

Permalink
Update PyYAML
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelgotts authored and drgarcia1986 committed Feb 18, 2019
1 parent dd9fe1a commit 6e7bf16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def read(fname):

DYNAMIC_SETTINGS_REQUIRES = ['jsonpickle==0.9.5']
TOML_REQUIRES = ['toml==0.9.3.1']
YAML_REQUIRES = ['PyYAML==3.12']
YAML_REQUIRES = ['PyYAML==3.13']
CONSUL_REQUIRES = ['consulate==0.6.0'] + DYNAMIC_SETTINGS_REQUIRES
DATABASE_REQUIRES = ['SQLAlchemy==1.1.14'] + DYNAMIC_SETTINGS_REQUIRES
MEMCACHED_REQUIRES = ['pymemcache==2.1.1', 'six==1.11.0'] + DYNAMIC_SETTINGS_REQUIRES # noqa
Expand Down

0 comments on commit 6e7bf16

Please sign in to comment.