8000 Fixed standards and requirements · factorlibre/wc-api-python@37ee8d8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 37ee8d8

Browse files
Fixed standards and requirements
1 parent 7322875 commit 37ee8d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
packages=["woocommerce"],
3333
include_package_data=True,
3434
install_requires=[
35-
"requests",
36-
"oauthlib"
35+
"requests"
3736
]
3837
)

woocommerce/oauth.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
import hashlib
1818
import collections
1919

20+
2021
class OAuth(object):
2122
""" API Class """
2223

0 commit comments

Comments
 (0)
0