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
50 lines (47 loc) · 1.32 KB
/
setup.cfg
File metadata and controls
50 lines (47 loc) · 1.32 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
45
46
47
48
49
50
[metadata]
name = runpod
version = 0.0.0 # Placeholder value, will be overridden by setuptools_scm
description = 🐍 | Python library for RunPod API and serverless worker 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.10
install_requires =
aiohttp >= 3.8.4
backoff >= 2.2.1
boto3 >= 1.26.165
pillow >= 9.5.0
py-cpuinfo >= 9.0.0
python-dotenv >= 1.0.0
requests >= 2.31.0
tomli >= 2.0.1
tqdm-loggable >= 0.1.4
fastapi[all] >= 0.99.0
[options.extras_require]
test =
asynctest
nest_asyncio
pytest
pytest-cov
pytest-timeout
pytest-asyncio
[setuptools_scm]
write_to = runpod/_version.py