Skip to content

Commit

Permalink
1.6.10 - Fixed dependencies 2
Browse files Browse the repository at this point in the history
Fixed `six` dependency: also declared as a setup dependency.
  • Loading branch information
Sylvain MARIE committed Aug 2, 2019
1 parent 63c087e commit f1ed325
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

### 1.6.10 - Fixed dependencies 2

Fixed `six` dependency: also declared as a setup dependency.

### 1.6.9 - Fixed dependencies

Added missing `six` dependency explicitly.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# *************** Dependencies *********
INSTALL_REQUIRES = ['funcsigs;python_version<"3.3"', 'six']
DEPENDENCY_LINKS = []
SETUP_REQUIRES = ['pytest-runner', 'setuptools_scm', 'pypandoc', 'pandoc']
SETUP_REQUIRES = ['pytest-runner', 'setuptools_scm', 'pypandoc', 'pandoc', 'six']
TESTS_REQUIRE = ['pytest', 'pytest-logging', 'pytest-cov', 'pytest-cases']
EXTRAS_REQUIRE = {}

Expand Down

0 comments on commit f1ed325

Please sign in to comment.