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

Commit

Permalink
Merge branch 'package-changelog'
Browse files Browse the repository at this point in the history
  • Loading branch information
orsinium committed Jan 27, 2020
2 parents 68a0ed7 + bf3d759 commit e95b34a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 23 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.8.0'
__version__ = '0.8.1'
__author__ = 'Gram (@orsinium)'
__license__ = 'MIT'
22 changes: 3 additions & 19 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ import_heading_localfolder = "app"

[tool.poetry]
name = "dephell"
version = "0.8.0"
version = "0.8.1"
authors = ["Gram <master_fess@mail.ru>"]
description = "Dependency resolution for Python"
readme = "README.md"
Expand Down Expand Up @@ -152,7 +152,7 @@ appdirs = {optional = true, version = "*"}
bowler = {optional = true, version = "*"}
docker = {optional = true, version = "*"}
dockerpty = {optional = true, version = "*"}
fissix = {allows-prereleases = true, version = "*"}
fissix = {optional = true, allows-prereleases = true, version = "*"}
flatdict = {optional = true, version = "*"}
graphviz = {optional = true, version = "*"}
html5lib = {optional = true, version = "*"}
Expand Down Expand Up @@ -198,20 +198,4 @@ isort = {extras = ["pyproject"], version = "*"}
[tool.poetry.extras]
docs = ["alabaster", "pygments-github-lexers", "recommonmark", "sphinx"]
tests = ["aioresponses", "pytest", "requests-mock"]
full = [
"aiofiles",
"appdirs",
"autopep8",
"bowler",
"colorama",
"docker",
"dockerpty",
"fissix",
"flatdict",
"graphviz",
"html5lib",
"pygments",
"ruamel.yaml",
"tabulate",
"yapf",
]
full = ["aiofiles", "appdirs", "autopep8", "bowler", "colorama", "docker", "dockerpty", "fissix", "flatdict", "graphviz", "html5lib", "pygments", "ruamel-yaml", "tabulate", "yapf"]
7 changes: 4 additions & 3 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.8.0',
version='0.8.1',
description='Dependency resolution for Python',
python_requires='>=3.6',
project_urls={
Expand Down Expand Up @@ -63,7 +63,8 @@
'dephell-pythons>=0.1.11', 'dephell-setuptools>=0.2.1',
'dephell-shells>=0.1.3', 'dephell-specifier>=0.1.7',
'dephell-venvs>=0.1.16', 'dephell-versioning', 'jinja2', 'm2r',
'packaging', 'pip<=19.3.1,>=18.0', 'requests', 'tomlkit', 'yaspin'
'packaging', 'pip<=19.3.1,>=18.0', 'requests', 'ruamel.yaml', 'tomlkit',
'yaspin'
],
extras_require={
"dev": [
Expand All @@ -77,7 +78,7 @@
"full": [
"aiofiles", "appdirs", "autopep8", "bowler", "colorama", "docker",
"dockerpty", "fissix", "flatdict", "graphviz", "html5lib",
"pygments", "ruamel.yaml", "tabulate", "yapf"
"pygments", "tabulate", "yapf"
],
"tests": ["aioresponses", "pytest", "requests-mock"]
},
Expand Down

0 comments on commit e95b34a

Please sign in to comment.