Skip to content

Commit

Permalink
name dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ke4roh committed Jul 16, 2016
1 parent c7ea29a commit 039e79e
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 @@ -26,8 +26,8 @@
# install_requires=['Adafruit_Python_GPIO'],
# dependency_links=[
# 'git+https://github.com/nioinnovation/Adafruit_Python_GPIO.git'
#],
setup_requires=['pytest-runner'],
# ],
setup_requires=['pytest-runner', 'urllib3', 'shapely', 'iso8601'],
tests_require=['pytest'],
test_suite="tests",
)

0 comments on commit 039e79e

Please sign in to comment.