Skip to content

Commit

Permalink
Upgraded requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
uri-rodberg committed Nov 1, 2019
1 parent d6e4387 commit b93c5a8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion requirements-pip-upgrade.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ django-friendship
django-translated-fields
factory-boy
Faker
Pillow==5.3.0 # Pillow versions above 5.3.0 raise a DeprecationWarning in Python 3.6 and 3.7 if run with deprecation warnings enabled.
Pillow
psycopg2==2.7.7 # psycopg2 versions above 2.7.7 are not supported in Django versions below 2.2.
python-dateutil
python-memcached
Expand Down
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ django-environ==0.4.5
django-friendship==1.8.1
django-translated-fields==0.8.0
factory-boy==2.12.0
Faker==2.0.0
Pillow==5.3.0 # Pillow versions above 5.3.0 raise a DeprecationWarning in Python 3.6 and 3.7 if run with deprecation warnings enabled.
Faker==2.0.3
Pillow==6.2.1
psycopg2==2.7.7 # psycopg2 versions above 2.7.7 are not supported in Django versions below 2.2.
python-dateutil==2.8.0
python-memcached==1.59
pytz==2019.2
rules==2.0.1
pytz==2019.3
rules==2.1
six==1.12.0
sorl-thumbnail==12.5.0
sqlparse==0.3.0
text-unidecode==1.2
text-unidecode==1.3

0 comments on commit b93c5a8

Please sign in to comment.