Skip to content

Commit

Permalink
Keep dependencies properly synced (#1451)
Browse files Browse the repository at this point in the history
  • Loading branch information
singiamtel authored Jan 16, 2025
1 parent db2acef commit 2fc7616
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies = [

[project.optional-dependencies]
services = [
"Twisted==18.9.0",
"Twisted",
"klein",
"python-ldap"
]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
# for example:
# $ pip install -e .[dev,test]
extras_require={
"services": ["Twisted==18.9.0", "klein", "python-ldap"],
"services": ["Twisted", "klein", "python-ldap"],
"ci": [
"gql",
"requests-toolbelt", # for gql
Expand Down

0 comments on commit 2fc7616

Please sign in to comment.