8000 Update versions · woocommerce/wc-api-python@731955a · GitHub
[go: up one dir, main page]

Skip to content

Commit 731955a

Browse files
committed
Update versions
1 parent abed6e5 commit 731955a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@
3535
include_package_data=True,
3636
platforms=['any'],
3737
install_requires=[
38-
"requests==2.22.0",
39-
"ordereddict==1.1",
40-
"fake-useragent==0.1.11"
38+
"requests>=2.22.0",
39+
"ordereddict>=1.1",
40+
"fake-useragent>=0.1.11"
4141
],
4242
classifiers=[
4343
"Development Status :: 5 - Production/Stable",

0 commit comments

Comments
 (0)
0