-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deprecate monkey-patch.py and update dependencies
Deprecate monkey-patch.py and update dependencies
- Loading branch information
Jack Hopkins
committed
Nov 28, 2023
1 parent
3c4d82a
commit f5c838c
Showing
2 changed files
with
3 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,12 +12,7 @@ authors = ["Jack Hopkins <[email protected]", "Mart Bakler <[email protected]> | |
|
||
[tool.poetry.dependencies] | ||
python = "^3.8" | ||
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" | ||
tanuki = "^0.1.0" | ||
# Add your project dependencies here, for example: | ||
# requests = "^2.25.1" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ name = monkey-patch.py | |
version = 0.0.5 | ||
author = Jack Hopkins | ||
author_email = [email protected] | ||
description = The easiest way to build scalable LLM-powered applications, which gets cheaper and faster over time. | ||
description = NOTE: This project has been moved [HERE](https://pypi.org/project/tanuki.py/) | ||
long_description = file: readme.md | ||
long_description_content_type = text/markdown | ||
url = https://github.com/monkey-patch-sdk/monkey-patch.py | ||
|
@@ -18,13 +18,7 @@ package_dir = | |
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 | ||
tanuki.py | ||
|
||
|
||
[options.packages.find] | ||
|