forked from runpod/runpod-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
44 lines (41 loc) · 1.2 KB
/
setup.cfg
File metadata and controls
44 lines (41 loc) · 1.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
[metadata]
name = runpod
version = 0.0.0 # Placeholder value, will be overridden by setuptools_scm
description = Official Python library for RunPod API & SDK.
long_description = file: README.md
long_description_content_type = text/markdown
keywords = runpod, ai, gpu, serverless, SDK, API, python, library
url = https://github.com/runpod/runpod-python
project_urls =
Bug Tracker = https://github.com/runpod/runpod-python/issues
author = RunPod
author_email = [email protected]
license = MIT
classifiers =
Environment :: Web Environment
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3
Topic :: Internet :: WWW/HTTP
Topic :: Internet :: WWW/HTTP :: Dynamic Content
[options]
include_package_data = true
packages = find:
python_requires = >= 3.6
install_requires =
backoff == 2.2.1
pillow >= 9.3.0
python-dotenv >= 0.21.0
requests >= 2.28.1
tqdm-loggable >= 0.1.3
boto3 >= 1.26.15
aiohttp >= 3.8.3
fastapi[all] >= 0.89.0
[options.extras_require]
test =
pytest
pytest-asyncio
[setuptools_scm]
write_to = runpod/_version.py