BigW Consortium Gitlab

Commit 14a0bb8b by Tarun Bhardwaj Committed by GitHub

Merge pull request #3 from riteshshrv/develop

Add requirements to setup.py
parents 9dd46aba 1aa49ff9
{}
\ No newline at end of file
......@@ -6,6 +6,9 @@ this_dir = os.path.realpath(os.path.dirname(__file__))
long_description = open(os.path.join(this_dir, 'README.md'), 'r').read()
requirements = [
'httplib2',
'oauth2==1.9.0.post1',
'simplejson',
]
test_requirements = [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment