forked from Tanuki/tanuki.py
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
31 lines (28 loc) · 771 Bytes
/
setup.cfg
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
[metadata]
name = monkey-patch.py
version = 0.0.5
author = Jack Hopkins
author_email = jack.hopkins@me.com
description = The easiest way to build scalable LLM-powered applications, which gets cheaper and faster over time.
long_description = file: readme.md
long_description_content_type = text/markdown
url = https://github.com/monkey-patch-sdk/monkey-patch.py
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Operating System :: OS Independent
[options]
package_dir =
= src
packages = find:
python_requires = >=3.6
install_requires =
pydantic>=1.8.2
appdirs~=1.4.4
openai==0.28.1
numpy~=1.24.4
python-dotenv==1.0.0
bitarray==2.8.2
pydantic==2.4.2
[options.packages.find]
where = src