Skip to content

Commit

Permalink
adjust dependency specification
Browse files Browse the repository at this point in the history
  • Loading branch information
amirreza8002 committed Nov 2, 2024
1 parent 3b69526 commit 18f2bf6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,16 @@ def panther_version() -> str:
'redis==5.0.1',
'motor~=3.5.0',
'bpython~=0.24',
'ruff~=0.1.9',
'python-jose~=3.3.0',
'ruff~=0.1.9',
'websockets~=12.0',
'cryptography~=42.0.8',
'watchfiles~=0.21.0',
],
'dev': [
'ruff~=0.1.9',
'pytest~=8.3.3'
]
}

setup(
Expand Down

0 comments on commit 18f2bf6

Please sign in to comment.