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

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
orsinium committed Oct 22, 2019
1 parent ba3713c commit 56c68a9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion dephell/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"""


__version__ = '0.7.7'
__version__ = '0.7.8'
__author__ = 'Gram (@orsinium)'
__license__ = 'MIT'
14 changes: 7 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ import_heading_localfolder = "app"

[tool.poetry]
name = "dephell"
version = "0.7.7"
version = "0.7.8"
authors = ["Gram <master_fess@mail.ru>"]
description = "Dependency resolution for Python"
readme = "README.md"
Expand Down Expand Up @@ -157,11 +157,11 @@ tomlkit = "*"
yaspin = "*"

# optional
aiofiles = {optional = true,version = "*"}
autopep8 = {optional = true,version = "*"}
colorama = {optional = true,version = "*"}
graphviz = {optional = true,version = "*"}
yapf = {optional = true,version = "*"}
aiofiles = {optional = true, version = "*"}
autopep8 = {optional = true, version = "*"}
colorama = {optional = true, version = "*"}
graphviz = {optional = true, version = "*"}
yapf = {optional = true, version = "*"}

# dephell ecosystem
dephell-archive = ">=0.1.5"
Expand All @@ -186,7 +186,7 @@ recommonmark = "*"
pygments-github-lexers = "*"

flake8-isort = "*"
isort = {extras = ["pyproject"],version = "*"}
isort = {extras = ["pyproject"], version = "*"}
# pre-commit = "*"

[tool.poetry.extras]
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
setup(
long_description=readme,
name='dephell',
version='0.7.7',
version='0.7.8',
description='Dependency resolution for Python',
python_requires='>=3.5',
project_urls={
Expand Down Expand Up @@ -65,12 +65,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 56c68a9

Please sign in to comment.