Skip to content

Commit 00de911

Browse files
committed
removed python-decouple as a dependency
1 parent 071be3f commit 00de911

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[build-system]
2-
requires = ["setuptools>=42", "httpx", "python-decouple"]
2+
requires = ["setuptools>=42", "httpx"]
33
build-backend = "setuptools.build_meta"

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
httpx
2-
python-decouple
32
setuptools>=42

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def readme():
1616
author_email="iyayiemmanuel1@gmail.com",
1717
url="https://github.com/thepeerstack/python-sdk",
1818
license="MIT",
19-
install_requires=["httpx", "python-decouple"],
19+
install_requires=["httpx"],
2020
include_package_data=True,
2121
classifiers=[
2222
"Development Status :: 5 - Production/Stable",

0 commit comments

Comments
 (0)