Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
drgarcia1986 committed Oct 26, 2021
1 parent 5998b1d commit b0cea5a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ def read(fname):
except IOError:
long_description = description

DYNAMIC_SETTINGS_REQUIRES = ['jsonpickle==1.4.1']
TOML_REQUIRES = ['toml==0.10.1']
YAML_REQUIRES = ['PyYAML==5.3.1']
DYNAMIC_SETTINGS_REQUIRES = ['jsonpickle==2.0.0']
TOML_REQUIRES = ['toml==0.10.2']
YAML_REQUIRES = ['PyYAML==6.0']
CONSUL_REQUIRES = ['consulate==0.6.0'] + DYNAMIC_SETTINGS_REQUIRES
DATABASE_REQUIRES = ['SQLAlchemy==1.3.19'] + DYNAMIC_SETTINGS_REQUIRES
MEMCACHED_REQUIRES = ['pymemcache==3.4.0', 'six==1.15.0'] + DYNAMIC_SETTINGS_REQUIRES # noqa
REDIS_REQUIRES = ['redis==3.5.3', 'six==1.15.0'] + DYNAMIC_SETTINGS_REQUIRES
S3_REQUIRES = ['boto3==1.15.6'] + DYNAMIC_SETTINGS_REQUIRES
DATABASE_REQUIRES = ['SQLAlchemy==1.4.26'] + DYNAMIC_SETTINGS_REQUIRES
MEMCACHED_REQUIRES = ['pymemcache==3.5.0', 'six==1.16.0'] + DYNAMIC_SETTINGS_REQUIRES # noqa
REDIS_REQUIRES = ['redis==3.5.3', 'six==1.16.0'] + DYNAMIC_SETTINGS_REQUIRES
S3_REQUIRES = ['boto3==1.9.201'] + DYNAMIC_SETTINGS_REQUIRES

ALL_REQUIRES = set(
CONSUL_REQUIRES +
Expand Down

0 comments on commit b0cea5a

Please sign in to comment.