Skip to content

Commit

Permalink
Sync setup.py dependencies with requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
chazkii committed Apr 7, 2019
1 parent 2b49aaf commit 54448bc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def readme():

'License :: OSI Approved :: MIT License',

'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
],

# What does your project relate to?
Expand All @@ -59,16 +59,16 @@ def readme():
# requirements files see:
# https://packaging.python.org/en/latest/requirements.html
install_requires=[
'aiohttp==2.2.0', 'websockets==3.3', 'beautifulsoup4==4.6.0', 'lxml==3.8.0',
'pyyaml==3.12', 'Pillow==4.2.1'
'aiohttp==3.5.4', 'websockets==7.0', 'beautifulsoup4==4.7.1', 'lxml==4.3.3',
'pyyaml==5.1', 'Pillow==6.0.0'
],

# List additional groups of dependencies here (e.g. development
# dependencies). You can install these using the following syntax,
# for example:
# $ pip install -e .[dev,test]
extras_require={
'dev': ['Jinja2==2.9.6', 'jsonpatch==1.16'],
'dev': ['Jinja2==2.10.1', 'jsonpatch==1.23'],
'test': ['pytest-asyncio==0.10.0'],
},

Expand Down

0 comments on commit 54448bc

Please sign in to comment.