Skip to content

Commit

Permalink
Deprecate monkey-patch.py and update dependencies
Browse files Browse the repository at this point in the history
Deprecate monkey-patch.py and update dependencies
  • Loading branch information
Jack Hopkins committed Nov 28, 2023
1 parent 3c4d82a commit f5c838c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 14 deletions.
7 changes: 1 addition & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
10 changes: 2 additions & 8 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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]
Expand Down

0 comments on commit f5c838c

Please sign in to comment.