Skip to content

Commit

Permalink
updated requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
victordomingos committed Apr 19, 2019
1 parent 99d2c48 commit bf31aba
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
26 changes: 13 additions & 13 deletions requirements_development.txt
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
bleach==3.0.1
certifi==2018.8.24
cffi==1.11.5
bleach==3.1.0
certifi==2019.3.9
cffi==1.12.3
chardet==3.0.4
cmarkgfm==0.4.2
docutils==0.14
future==0.16.0
future==0.17.1
idna==2.7
piexif==1.0.13
Pillow==5.3.0
piexif==1.1.2
Pillow==6.0.0
pkginfo==1.4.2
pycparser==2.19
Pygments==2.2.0
readme-renderer==22.0
requests==2.20.1
Pygments==2.3.1
readme-renderer==24.0
requests==2.21.0
requests-toolbelt==0.8.0
six==1.11.0
tqdm==4.26.0
twine==1.12.1
urllib3==1.23
six==1.12.0
tqdm==4.31.1
twine==1.13.0
urllib3==1.24.2
webencodings==0.5.1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def read_readme(file_name):
'seo-optimization website-performance cli recursive non-recursive',

install_requires=[
'piexif==1.0.13',
'piexif==1.1.2',
],

entry_points={
Expand Down

0 comments on commit bf31aba

Please sign in to comment.