-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathsetup.cfg
63 lines (58 loc) · 1.56 KB
/
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
[metadata]
name = llamator
version = attr: llamator.__version__.__version__
description = Framework for testing vulnerabilities of large language models (LLM).
long_description = file: README.md
long_description_content_type = text/markdown
authors = Neronov Roman, Nizamov Timur, Fazlyev Albert, Ivanov Nikita, Iogan Maksim
license = Attribution 4.0 International
license_files = LICENSE.md
classifiers =
Development Status :: 4 - Beta
Environment :: Console
Intended Audience :: Science/Research
License :: Other/Proprietary License
Natural Language :: English
Operating System :: OS Independent
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Topic :: Scientific/Engineering :: Artificial Intelligence
Topic :: Scientific/Engineering :: Information Analysis
Topic :: Security
Topic :: Software Development :: Testing
[options]
package_dir =
=src
packages = find:
zip_safe = False
platforms = any
include_package_data = True
python_requires = >=3.9
install_requires =
python-dotenv>=0.5.1
httpx==0.27.2
openai==1.68.2
langchain==0.3.21
langchain-community==0.3.20
langchain-core==0.3.49
tqdm==4.66.3
colorama==0.4.6
prettytable==3.10.0
pandas==2.2.2
inquirer==3.2.4
prompt-toolkit==3.0.43
openpyxl==3.1.5
python-docx==1.1.2
datetime==5.5
pyarrow==19.0.1
[options.packages.find]
where = src
[options.package_data]
llamator =
**/*.parquet
**/*.json
[bdist_wheel]
universal = 1
[aliases]
test = pytest