BigW Consortium Gitlab

Commit 1aa49ff9 by Ritesh Shrivastav

Add requirements to setup.py

Remove '.cache'
parent 9dd46aba
{}
\ 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