-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsetup.cfg
More file actions
36 lines (33 loc) · 742 Bytes
/
setup.cfg
File metadata and controls
36 lines (33 loc) · 742 Bytes
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
[metadata]
name = insyt
version = 0.0.1
license = Apache License 2.0
description = Innovative Network Security Technologies
long_description = file: README.md
author = Damon Tingey
author_email = damon.tingey@byu.edu
[options]
packages = find:
python_requires = >=3.10
install_requires =
pandas~=2.1.4
tokenizers~=0.15.0
transformers~=4.39.3
torch~=2.1.2
ollama~=0.1.4
rq~=1.15.1
fastapi~=0.110.1
uvicorn[standard]~=0.29.0
watchfiles~=0.21.0
sqlalchemy~=2.0.29
[options.package_data]
insyt =
py.typed
**/Modelfile
**/dist/**/*
[options.packages.find]
exclude = insyt.tests
[options.entry_points]
console_scripts =
insyt = insyt.__main__:main
insyt-server = insyt.server:main