Skip to content

Commit

Permalink
Fixed requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastien Perez committed Sep 25, 2015
1 parent eef30b7 commit 818468e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
json
urllib2
urllib
simplejson
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
from distutils.core import setup

requirements = [
'json',
'urllib2',
'urllib'
'simplejson'
]

setup(
Expand Down

0 comments on commit 818468e

Please sign in to comment.