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
45df8f39
Commit
45df8f39
authored
Jul 14, 2016
by
Ritesh Shrivastav
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Respect requirements in setup.py
parent
1aa49ff9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
6 deletions
+3
-6
setup.py
setup.py
+3
-6
No files found.
setup.py
View file @
45df8f39
...
@@ -7,8 +7,8 @@ long_description = open(os.path.join(this_dir, 'README.md'), 'r').read()
...
@@ -7,8 +7,8 @@ long_description = open(os.path.join(this_dir, 'README.md'), 'r').read()
requirements
=
[
requirements
=
[
'httplib2'
,
'httplib2'
,
'oauth2
==1.9.0.post1
'
,
'oauth2
>=1.2.0
'
,
'simplejson'
,
'simplejson
>=2.0
'
,
]
]
test_requirements
=
[
test_requirements
=
[
...
@@ -26,9 +26,6 @@ setup(
...
@@ -26,9 +26,6 @@ setup(
packages
=
[
'etsy'
],
packages
=
[
'etsy'
],
long_description
=
long_description
,
long_description
=
long_description
,
test_suite
=
'test'
,
test_suite
=
'test'
,
install_requires
=
[
'simplejson >= 2.0'
],
install_requires
=
requirements
,
extras_require
=
{
'OAuth'
:
[
"oauth2>=1.2.0"
],
},
package_data
=
{
'etsy'
:
[
'README.md'
]},
package_data
=
{
'etsy'
:
[
'README.md'
]},
)
)
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