Skip to content

Commit

Permalink
Update imports
Browse files Browse the repository at this point in the history
  • Loading branch information
jbmartin committed May 27, 2014
1 parent 492b90f commit ebd8070
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ sh==1.09
fake-factory==0.3.2
gitpython==0.1.7
fuzzywuzzy==0.2
setproctitle==1.1.8
psutil==1.2.1
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,10 @@
]
},
setup_requires = [],
install_requires = ["argparse", "Flask", "SQLAlchemy", "gunicorn", "boto>=2.9","cmd2","docopt","gnureadline","requests>=2.2.1","user_agents", "sh", "fake-factory", "gitpython", "fuzzywuzzy"],
install_requires = ["argparse", "Flask", "SQLAlchemy", "gunicorn",
"boto>=2.9","cmd2","docopt","gnureadline","requests>=2.2.1","user_agents",
"sh", "fake-factory", "gitpython", "fuzzywuzzy",
"psutil", "setproctitle"],
author = "NYU Computation and Cognition Lab",
author_email = "[email protected]",
description = "An open platform for science on Amazon Mechanical Turk",
Expand Down

0 comments on commit ebd8070

Please sign in to comment.