We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7a2323 commit 2ea061eCopy full SHA for 2ea061e
2 files changed
requirements/optional.txt
@@ -12,6 +12,5 @@ boto3<=2
12
SQLAlchemy>=1.4,<3
13
# Socket Mode
14
# websockets 9 is not compatible with Python 3.10
15
-websockets>=9.1,<10; python_version=="3.6"
16
-websockets>=10,<13; python_version>"3.6"
+websockets>=9.1,<13
17
websocket-client>=1,<2
requirements/testing.txt
@@ -15,6 +15,4 @@ psutil>=5,<6
# used only under slack_sdk/*_store
boto3<=2
# For AWS tests
18
-moto==4.0.13; python_version=="3.6"
19
-moto<5; python_version=="3.7"
20
-moto<6
+moto>=4.0.13,<6
0 commit comments