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
d0efb937
Commit
d0efb937
authored
Jul 14, 2016
by
Tarun Bhardwaj
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'release/0.4.3'
parents
1894faae
5c95b19b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
lastfailed
.cache/v/cache/lastfailed
+0
-2
setup.py
setup.py
+4
-1
No files found.
.cache/v/cache/lastfailed
deleted
100644 → 0
View file @
1894faae
{}
\ No newline at end of file
setup.py
View file @
d0efb937
...
...
@@ -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
=
[
...
...
@@ -14,7 +17,7 @@ test_requirements = [
setup
(
name
=
'pyetsy'
,
version
=
'0.4.
2
'
,
version
=
'0.4.
3
'
,
author
=
'Dan McKinley & Fulfil.IO Inc.'
,
author_email
=
'dan@etsy.com,support@fulfil.io'
,
description
=
'Python access to the Etsy API'
,
...
...
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