Skip to content

Commit

Permalink
Removed dependency on monotime (accidental leftover)
Browse files Browse the repository at this point in the history
  • Loading branch information
foosel committed Apr 13, 2015
1 parent 41c10a7 commit e8c085b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions setup.py
Expand Up @@ -345,10 +345,6 @@ def params():
# documentation dependencies
install_requires = install_requires + extras_require['develop']

import sys
if sys.platform in ("linux2", "darwin"):
install_requires += ["monotime"]

entry_points = {
"console_scripts": [
"octoprint = octoprint:main"
Expand Down

0 comments on commit e8c085b

Please sign in to comment.