Skip to content

Commit

Permalink
removed unused dependencies (tox, sphinx theme)
Browse files Browse the repository at this point in the history
  • Loading branch information
mchwalisz committed Nov 11, 2016
1 parent 8d18cbe commit ad40fb7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 39 deletions.
7 changes: 3 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,12 @@ _build/
dist/
*.egg-info/
*.egg
.eggs/
*.py[cod]
__pycache__/
*.so
*~
.coverage

# due to using tox and pytest
.tox
# due to using pytest
.cache

thingspeak/__version__.py
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
packages=find_packages(exclude=['contrib', 'docs', 'tests']),
install_requires=['requests', 'docopt'],
extras_require={
'dev': ['check-manifest', 'tox', 'sphinx', 'sphinx_bootstrap_theme'],
'dev': ['check-manifest', 'sphinx'],
},
setup_requires=['pytest-runner', 'pycodestyle'],
tests_require=['pytest', 'pycodestyle', 'responses'],
Expand Down
34 changes: 0 additions & 34 deletions tox.ini

This file was deleted.

0 comments on commit ad40fb7

Please sign in to comment.