Skip to content

Commit

Permalink
Split off sherlock reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
ProbablyFaiz committed Jun 21, 2024
1 parent 725f8a6 commit 58c6896
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "rl"
version = "0.5.0"
version = "0.6.0"
authors = [
{ name = "Faiz Surani", email = "[email protected]" },
{ name = "Varun Magesh", email="[email protected]" }
Expand All @@ -17,15 +17,11 @@ requires-python = ">=3.9"
dependencies = [
"click",
"rich",
"rich_click",
"tqdm",
"pexpect",
"pyotp",
"requests",
"pycryptodome",
"appdirs",
"regex",
"questionary",
"StrEnum",
"python-dotenv",
"matplotlib",
"pandas",
Expand All @@ -35,6 +31,13 @@ dependencies = [
]

[project.optional-dependencies]
sherlock = [
"pexpect",
"pyotp",
"pycryptodome",
"appdirs",
"StrEnum",
]
local_llm = [
"rl[llm]",
"vllm==0.4.1; platform_system == 'Linux'",
Expand Down

0 comments on commit 58c6896

Please sign in to comment.