Skip to content

Commit

Permalink
Adds python-magic dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
gcirne committed Oct 26, 2012
1 parent 110f046 commit e624b08
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion setup.py
Expand Up @@ -73,7 +73,8 @@ def run_setup(extension_modules = []):
"pyCrypto>=2.4.1,<2.5.0", "pyCrypto>=2.4.1,<2.5.0",
"pycurl>=7.19.0,<7.20.0", "pycurl>=7.19.0,<7.20.0",
"Pillow>=1.7.5,<1.8.0", "Pillow>=1.7.5,<1.8.0",
"derpconf>=0.2.0" "derpconf>=0.2.0",
"python-magic>=0.4.3"
], ],


entry_points = { entry_points = {
Expand Down
3 changes: 2 additions & 1 deletion test_requirements.txt
Expand Up @@ -9,4 +9,5 @@ http://gevent.googlecode.com/files/gevent-1.0b2.tar.gz
pyvows pyvows
tornado-pyvows tornado-pyvows
coverage coverage
derpconf>=0.2.0 derpconf>=0.2.0
python-magic>=0.4.3

0 comments on commit e624b08

Please sign in to comment.