Created
September 4, 2022 11:58
-
-
Save fruch/e29e311e8edfe390acdd55f09f6102ea to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[tool.poetry] | |
name = "siren-tests" | |
version = "0.1.0" | |
description = "Testing framework for Scylla Cloud" | |
[tool.poetry.dependencies] | |
python = "^3.10" | |
poetry = "^1.1.13" | |
selenium = "4.4.3" | |
selenium-wire = "4.6.5" | |
requests = "2.28.1" | |
pytest = "7.1.2" | |
scylla-driver = "3.25.5" | |
netaddr = "0.8.0" | |
pyotp = "2.6.0" | |
Pillow = "9.2.0" | |
pyzbar = "0.1.9" | |
PyYAML = "5.4.1" | |
urllib3 = "1.26.11" | |
pytest-elk-reporter = "0.2.2" | |
boto3 = "1.24.56" | |
awscli = "1.25.57" | |
google-api-python-client = "1.12.11" | |
Fabric = "2.7.1" | |
tenacity = "8.0.1" | |
chardet = "5.0.0" | |
[tool.poetry.dev-dependencies] | |
pylint = "2.14.2" | |
pre-commit = "2.20.0" | |
[build-system] | |
requires = ["poetry-core>=1.0.0"] | |
build-backend = "poetry.core.masonry.api" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment