Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions tests/requirements-cassandra.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
-r requirements-minimal.txt
cassandra-driver>=3.20.2
coverage>=5.5
mock>=2.0.0
pytest>=4.6
urllib3>=1.26.5
3 changes: 1 addition & 2 deletions tests/requirements-couchbase.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
-r requirements-minimal.txt
couchbase<=2.5.12
coverage>=5.5
pytest>=4.6
3 changes: 1 addition & 2 deletions tests/requirements-gevent-starlette.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
coverage>=5.5
-r requirements-minimal.txt
flask>=0.12.2
gevent>=1.4.0
mock>=2.0.0
pyramid>=2.0.1
pytest>=4.6
starlette>=0.12.13
urllib3>=1.26.5
uvicorn>=0.13.4
Expand Down
3 changes: 1 addition & 2 deletions tests/requirements-kafka.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
coverage>=5.5
-r requirements-minimal.txt
mock>=2.0.0
pytest
kafka-python>=2.0.0; python_version < "3.12"
kafka-python-ng>=2.0.0; python_version >= "3.12"
confluent-kafka>=2.0.0
3 changes: 1 addition & 2 deletions tests/requirements-pre314.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
-r requirements-minimal.txt
aioamqp>=0.15.0
aiofiles>=0.5.0
aiohttp>=3.8.3
boto3>=1.17.74
bottle>=0.12.25
celery>=5.2.7
coverage>=5.5
Django>=4.2.16
# FastAPI depends on pydantic-core which requires rust to be installed and
# it's not compiling due to python_version restrictions.
Expand All @@ -25,7 +25,6 @@ psycopg2-binary>=2.8.6
pika>=1.2.0
pymongo>=3.11.4
pyramid>=2.0.1
pytest>=6.2.4
pytest-mock>=3.12.0
pytz>=2024.1
redis>=3.5.3
Expand Down
3 changes: 1 addition & 2 deletions tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
-r requirements-minimal.txt
aioamqp>=0.15.0
aiofiles>=0.5.0
aiohttp>=3.8.3
boto3>=1.17.74
bottle>=0.12.25
celery>=5.2.7
coverage>=5.5
Django>=4.2.16
fastapi>=0.92.0; python_version < "3.13"
fastapi>=0.115.0; python_version >= "3.13"
Expand All @@ -24,7 +24,6 @@ pika>=1.2.0
protobuf<=6.30.2
pymongo>=3.11.4
pyramid>=2.0.1
pytest>=6.2.4
pytest-mock>=3.12.0
pytz>=2024.1
redis>=3.5.3
Expand Down
Loading