Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
maidul98 authored Aug 19, 2024
1 parent 56bdce5 commit bb9e6c8
Showing 1 changed file with 1 addition and 37 deletions.
38 changes: 1 addition & 37 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,41 +1,5 @@
# coding: utf-8

"""
Infisical API
List of all available APIs that can be consumed
The version of the OpenAPI document: 0.0.1
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
""" # noqa: E501


from setuptools import setup, find_packages # noqa: H301

# To install the library, run the following
#
# python setup.py install
#
# prerequisite: setuptools
# http://pypi.python.org/pypi/setuptools
NAME = "infisicalsdk"
VERSION = "1.0.0"
PYTHON_REQUIRES = ">=3.7"
REQUIRES = [
"urllib3 >= 1.25.3, < 2.1.0",
"python-dateutil",
"pydantic >= 1.10.5, < 2",
"aenum",
"requests~=2.32",
"boto3~=1.35",
"botocore~=1.35",
]


# coding: utf-8

"""
Infisical SDK
Expand All @@ -50,7 +14,7 @@
#
# prerequisite: setuptools
# http://pypi.python.org/pypi/setuptools
NAME = "infisical_sdk"
NAME = "infisicalsdk"
VERSION = "1.0.1"
PYTHON_REQUIRES = ">=3.7"
REQUIRES = [
Expand Down

0 comments on commit bb9e6c8

Please sign in to comment.