Skip to content
This repository has been archived by the owner on Jan 12, 2021. It is now read-only.

Commit

Permalink
bump setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
orsinium committed Jul 23, 2019
1 parent 3cb5bf3 commit 04cc863
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
setup(
long_description=readme,
name='dephell',
version='0.7.6',
version='0.7.7',
description='Dependency resolution for Python',
python_requires='>=3.5',
project_urls={
Expand Down Expand Up @@ -66,12 +66,12 @@
],
extras_require={
'full': ['aiofiles', 'autopep8', 'colorama', 'graphviz', 'yapf'],
'tests': ['aioresponses', 'pytest', 'requests-mock'],
'dev': [
'aioresponses', 'alabaster', 'flake8-isort', 'isort[pyproject]',
'pygments-github-lexers', 'pytest', 'recommonmark', 'requests-mock',
'sphinx'
],
'tests': ['aioresponses', 'pytest', 'requests-mock'],
'docs':
['alabaster', 'pygments-github-lexers', 'recommonmark', 'sphinx']
},
Expand Down

0 comments on commit 04cc863

Please sign in to comment.