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
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
- webdriver.py
- keycloak.py
- arangodb.py
- azurite.py
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down
1 change: 1 addition & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Currently available features:
* LocalStack
* RabbitMQ
* Keycloak
* Azurite container

Installation
------------
Expand Down
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-e file:.[docker-compose,mysql,oracle,postgresql,selenium,google-cloud-pubsub,mongo,redis,mssqlserver,neo4j,kafka,rabbitmq,clickhouse,keycloak,arangodb]
-e file:.[docker-compose,mysql,oracle,postgresql,selenium,google-cloud-pubsub,mongo,redis,mssqlserver,neo4j,kafka,rabbitmq,clickhouse,keycloak,arangodb,azurite]
codecov>=2.1.0
cryptography<37
flake8<3.8.0 # 3.8.0 adds a dependency on importlib-metadata which conflicts with other packages.
Expand Down
23 changes: 23 additions & 0 deletions requirements/3.10.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ attrs==21.4.0
# outcome
# pytest
# trio
azure-core==1.25.0
# via
# azure-storage-blob
# msrest
azure-storage-blob==12.13.1
# via testcontainers
babel==2.10.1
# via sphinx
bcrypt==3.2.2
Expand All @@ -30,6 +36,7 @@ cachetools==5.2.0
# via google-auth
certifi==2022.5.18.1
# via
# msrest
# requests
# urllib3
cffi==1.15.0
Expand All @@ -50,6 +57,7 @@ coverage[toml]==6.4.1
cryptography==36.0.2
# via
# -r requirements.in
# azure-storage-blob
# paramiko
# pyopenssl
# urllib3
Expand Down Expand Up @@ -113,6 +121,8 @@ imagesize==1.3.0
# via sphinx
iniconfig==1.1.1
# via pytest
isodate==0.6.1
# via msrest
jinja2==3.1.2
# via sphinx
jsonschema==3.2.0
Expand All @@ -123,8 +133,12 @@ markupsafe==2.1.1
# via jinja2
mccabe==0.6.1
# via flake8
msrest==0.7.1
# via azure-storage-blob
neo4j==4.4.4
# via testcontainers
oauthlib==3.2.0
# via requests-oauthlib
outcome==1.1.0
# via trio
packaging==21.3
Expand Down Expand Up @@ -210,14 +224,19 @@ redis==4.3.3
# via testcontainers
requests==2.27.1
# via
# azure-core
# codecov
# docker
# docker-compose
# google-api-core
# msrest
# python-arango
# python-keycloak
# requests-oauthlib
# requests-toolbelt
# sphinx
requests-oauthlib==1.3.1
# via msrest
requests-toolbelt==0.9.1
# via python-arango
rsa==4.8
Expand All @@ -230,10 +249,12 @@ selenium==4.2.0
# via testcontainers
six==1.16.0
# via
# azure-core
# dockerpty
# ecdsa
# google-auth
# grpcio
# isodate
# jsonschema
# paramiko
# websocket-client
Expand Down Expand Up @@ -271,6 +292,8 @@ trio==0.20.0
# trio-websocket
trio-websocket==0.9.2
# via selenium
typing-extensions==4.3.0
# via azure-core
tzdata==2022.1
# via pytz-deprecation-shim
tzlocal==4.2
Expand Down
40 changes: 39 additions & 1 deletion requirements/3.6.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ attrs==21.4.0
# via
# jsonschema
# pytest
azure-core==1.24.2
# via
# azure-storage-blob
# msrest
azure-storage-blob==12.13.1
# via testcontainers
babel==2.10.1
# via sphinx
backports.zoneinfo==0.2.1
Expand All @@ -29,7 +35,9 @@ cached-property==1.5.2
cachetools==4.2.4
# via google-auth
certifi==2021.10.8
# via requests
# via
# msrest
# requests
cffi==1.15.0
# via
# bcrypt
Expand All @@ -48,9 +56,12 @@ coverage[toml]==6.2
cryptography==36.0.2
# via
# -r requirements.in
# azure-storage-blob
# paramiko
cx-oracle==8.3.0
# via testcontainers
dataclasses==0.8
# via python-arango
deprecated==1.2.13
# via redis
deprecation==2.1.0
Expand Down Expand Up @@ -114,6 +125,8 @@ importlib-resources==5.4.0
# via backports.zoneinfo
iniconfig==1.1.1
# via pytest
isodate==0.6.1
# via msrest
jinja2==3.0.3
# via sphinx
jsonschema==3.2.0
Expand All @@ -124,13 +137,18 @@ markupsafe==2.0.1
# via jinja2
mccabe==0.6.1
# via flake8
msrest==0.7.1
# via azure-storage-blob
neo4j==4.4.3
# via testcontainers
oauthlib==3.2.0
# via requests-oauthlib
packaging==21.3
# via
# deprecation
# pytest
# redis
# setuptools-scm
# sphinx
paramiko==2.10.4
# via docker
Expand Down Expand Up @@ -164,6 +182,8 @@ pyflakes==2.1.1
# via flake8
pygments==2.12.0
# via sphinx
pyjwt==2.4.0
# via python-arango
pymongo==4.1.1
# via testcontainers
pymssql==2.2.5
Expand All @@ -182,6 +202,8 @@ pytest==7.0.1
# pytest-cov
pytest-cov==3.0.0
# via -r requirements.in
python-arango==7.3.1
# via testcontainers
python-dotenv==0.20.0
# via docker-compose
python-jose==3.3.0
Expand All @@ -201,12 +223,21 @@ redis==4.2.2
# via testcontainers
requests==2.27.1
# via
# azure-core
# codecov
# docker
# docker-compose
# google-api-core
# msrest
# python-arango
# python-keycloak
# requests-oauthlib
# requests-toolbelt
# sphinx
requests-oauthlib==1.3.1
# via msrest
requests-toolbelt==0.9.1
# via python-arango
rsa==4.8
# via
# google-auth
Expand All @@ -215,12 +246,16 @@ scramp==1.4.1
# via pg8000
selenium==3.141.0
# via testcontainers
setuptools-scm[toml]==6.4.2
# via python-arango
six==1.16.0
# via
# azure-core
# dockerpty
# ecdsa
# google-auth
# grpcio
# isodate
# jsonschema
# paramiko
# websocket-client
Expand Down Expand Up @@ -248,9 +283,11 @@ tomli==1.2.3
# via
# coverage
# pytest
# setuptools-scm
typing-extensions==4.1.1
# via
# async-timeout
# azure-core
# importlib-metadata
# redis
tzdata==2022.1
Expand All @@ -259,6 +296,7 @@ tzlocal==4.2
# via clickhouse-driver
urllib3==1.26.9
# via
# python-arango
# requests
# selenium
websocket-client==0.59.0
Expand Down
22 changes: 22 additions & 0 deletions requirements/3.7.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ attrs==21.4.0
# outcome
# pytest
# trio
azure-core==1.25.0
# via
# azure-storage-blob
# msrest
azure-storage-blob==12.13.1
# via testcontainers
babel==2.10.1
# via sphinx
backports-zoneinfo==0.2.1
Expand All @@ -36,6 +42,7 @@ cachetools==5.2.0
# via google-auth
certifi==2022.5.18.1
# via
# msrest
# requests
# urllib3
cffi==1.15.0
Expand All @@ -56,6 +63,7 @@ coverage[toml]==6.4.1
cryptography==36.0.2
# via
# -r requirements.in
# azure-storage-blob
# paramiko
# pyopenssl
# urllib3
Expand Down Expand Up @@ -128,6 +136,8 @@ importlib-metadata==4.11.4
# sqlalchemy
iniconfig==1.1.1
# via pytest
isodate==0.6.1
# via msrest
jinja2==3.1.2
# via sphinx
jsonschema==3.2.0
Expand All @@ -138,8 +148,12 @@ markupsafe==2.1.1
# via jinja2
mccabe==0.6.1
# via flake8
msrest==0.7.1
# via azure-storage-blob
neo4j==4.4.4
# via testcontainers
oauthlib==3.2.0
# via requests-oauthlib
outcome==1.1.0
# via trio
packaging==21.3
Expand Down Expand Up @@ -225,14 +239,19 @@ redis==4.3.3
# via testcontainers
requests==2.27.1
# via
# azure-core
# codecov
# docker
# docker-compose
# google-api-core
# msrest
# python-arango
# python-keycloak
# requests-oauthlib
# requests-toolbelt
# sphinx
requests-oauthlib==1.3.1
# via msrest
requests-toolbelt==0.9.1
# via python-arango
rsa==4.8
Expand All @@ -245,10 +264,12 @@ selenium==4.2.0
# via testcontainers
six==1.16.0
# via
# azure-core
# dockerpty
# ecdsa
# google-auth
# grpcio
# isodate
# jsonschema
# paramiko
# websocket-client
Expand Down Expand Up @@ -289,6 +310,7 @@ trio-websocket==0.9.2
typing-extensions==4.2.0
# via
# async-timeout
# azure-core
# h11
# importlib-metadata
# redis
Expand Down
Loading