Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Dependencies: Don't manage python-dotenv seperately
Browse files Browse the repository at this point in the history
amotl committed Nov 7, 2023
1 parent 81ce6f0 commit aa9af00
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -69,12 +69,13 @@ dependencies = [

[project.optional-dependencies]
all = [
"pueblo[cli,env,ngr,nlp,web]",
"pueblo[cli,ngr,nlp,web]",
]
cli = [
"click<9",
"click-aliases<2",
"colorlog<7",
"python-dotenv<2",
]
develop = [
"black<24",
@@ -84,9 +85,6 @@ develop = [
"ruff==0.1.4",
"validate-pyproject<0.16",
]
env = [
"python-dotenv<2",
]
ngr = [
]
nlp = [

0 comments on commit aa9af00

Please sign in to comment.