forked from valory-xyz/meme-ooorr-test
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
51 lines (49 loc) · 1.93 KB
/
pyproject.toml
File metadata and controls
51 lines (49 loc) · 1.93 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
51
[build-system]
requires = [ "poetry-core>=1.0.0",]
build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "memeooorr"
version = "0.1.0"
description = ""
authors = []
readme = "README.md"
repository = "https://github.com/dvilelaf/memeooorr"
keywords = [ "autonomy", "autonomous", "autonolas", "service", "multi", "agent",]
classifiers = [ "Environment :: Console", "Environment :: Web Environment", "Development Status :: 2 - Pre-Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Natural Language :: English", "Operating System :: MacOS", "Operating System :: Microsoft", "Operating System :: Unix", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", "Programming Language :: Python :: 3.14", "Topic :: Communications", "Topic :: Internet", "Topic :: Scientific/Engineering", "Topic :: Software Development", "Topic :: System",]
[[tool.poetry.packages]]
include = "packages"
[tool.poetry.dependencies]
python = ">=3.10,<3.15"
open-autonomy = "==0.21.12rc4"
open-aea = "==2.1.0rc6"
open-aea-ledger-ethereum = "==2.1.0rc6"
open-aea-ledger-cosmos = "==2.1.0rc6"
typing_extensions = ">=3.10.0.2"
toml = "==0.10.2"
tomte = {version = "==0.6.1", extras = ["cli", "tests"]}
peewee = "==3.17.5"
twitter-text-parser = "==3.0.0"
multiaddr = "==0.0.9"
grpcio = "==1.78.0"
asn1crypto = "<1.5.0,>=1.4.0"
twikit = "==2.3.2"
py-ecc = "==8.0.0"
pytz = "==2022.2.1"
requests = ">=2.28.1,<2.33.0"
eth-account = "<0.14.0,>=0.13.0"
openapi-core = "==0.22.0"
openapi-spec-validator = "<0.8.0,>=0.7.0"
jsonschema = ">=4.23.0,<5.0.0"
google-generativeai = "==0.8.2"
textblob = ">=0.18.0.post0"
tweepy = "==4.15.0"
pyinstaller = "==6.19.0"
js2py = "==0.74"
openai = "==1.62.0"
pydantic = "==2.11.9"
rich = "==14.0.0"
w3multicall = ">=0.3.1"
setuptools = "<=81.0.0"
web3 = "<8,>=7.0.0"
safe-eth-py = "==7.19.0"
filelock = ">=3.20.1"