BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
etsy-python
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
etsy-python
Commits
1aa49ff9
Commit
1aa49ff9
authored
Jul 14, 2016
by
Ritesh Shrivastav
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add requirements to setup.py
Remove '.cache'
parent
9dd46aba
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
lastfailed
.cache/v/cache/lastfailed
+0
-2
setup.py
setup.py
+3
-0
No files found.
.cache/v/cache/lastfailed
deleted
100644 → 0
View file @
9dd46aba
{}
\ No newline at end of file
setup.py
View file @
1aa49ff9
...
...
@@ -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
=
[
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment