Skip to content

Commit 63bae67

Browse files
committed
feat: Update requirements
1 parent de9316e commit 63bae67

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

dev-requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# This file lists the dependencies of this extension.
2-
# Install with a command like: pip install -r requirements.txt
3-
black==23.7.0
4-
flake8==6.1.0
5-
isort==5.12.0
1+
# This file lists the development dependencies of this extension.
2+
# Install with a command like: pip install -r dev-requirements.txt
3+
black>=25.1.0
4+
flake8>=5.0.0
5+
isort>=6.0.1

0 commit comments

Comments
 (0)