Skip to content

Commit 6a44389

Browse files
committed
Move pinned requirements
1 parent 9cd1cb9 commit 6a44389

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

openlayer/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Define the SDK version here so that the interal package can have access to this value.
22
# See https://stackoverflow.com/questions/2058802
3-
__version__ = "0.0.0a7"
3+
__version__ = "0.0.0a8"

setup.cfg

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ install_requires =
3030
tqdm
3131
marshmallow
3232
requests_toolbelt
33+
requests>=2.28.2
34+
urllib3>=1.26.14
3335
python_requires = >=3.7, <=3.9
3436
include_package_data = True
3537
setup_requires =
3638
setuptools>=59.0
37-
requests>=2.28.2
38-
urllib3>=1.26.14
3939
wheel
4040
zip_safe = False

0 commit comments

Comments
 (0)