fix: syntax of pyproject

This commit is contained in:
Jannat Patel
2023-11-09 15:46:51 +05:30
parent 9f9dfdb26d
commit 8453b54360

View File

@@ -11,7 +11,7 @@ dependencies = [
# core dependencies # core dependencies
"websocket_client~=1.6.4", "websocket_client~=1.6.4",
"markdown~=3.5.1", "markdown~=3.5.1",
"beautifulsoup4~4.12.2", "beautifulsoup4~=4.12.2",
"lxml~=4.9.3", "lxml~=4.9.3",
"cairocffi~=1.6.1", "cairocffi~=1.6.1",
"razorpay~=1.4.1" "razorpay~=1.4.1"