forked from 3scale-qe/3scale-tests
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile
63 lines (61 loc) · 1.4 KB
/
Pipfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
[dev-packages]
flake8 = "*"
mypy = "*"
pylint = "*"
types-requests = "*"
types-PyYAML = "*"
types-paramiko = "*"
types-braintree = "*"
types-stripe = "*"
types-Pillow = "*"
black = "*"
# Have commented out python-language-server to make it available quickly
# for the development
#python-language-server = "*"
#pyls-mypy = "*"
#pyls-isort = "*"
# Optional debugger dependencies
#ipdb = "*"
#web-pdb = "*"
[packages]
typing_extensions = "*"
importlib_resources = "*"
zipp = "*"
pytest-xdist = "*"
pytest = "*"
pytest-cases = "*"
pytest-asyncio = "==0.21.2"
requests = "*"
3scale-api = ">=0.35.0"
dynaconf = "*"
python-keycloak = "==4.0.1"
backoff = "*"
websocket_client = "==1.5.1"
httpx = {version = "*", extras = ["http2"]}
selenium = ">=4.0.0"
webdriver-manager = "*"
widgetastic-core = "*"
widgetastic-patternfly4 = "*"
widgetastic-patternfly = "*"
# For developing purposes should be added 3scale-api library from source or
# from github repository
# 3scale-api = {editable = true,path = "./../3scale-api-python"}
# 3scale-api = {git = "https://github.com/pestanko/3scale-api-python.git", editable = true}
cfssl = "==0.0.3b243"
openshift-client = ">=2.0.1"
hyperfoil-client="*"
paramiko = "*"
jsondiff = "*"
weakget = "*"
flaky = "*"
lxml = "*"
auth0-python= "*"
stripe= "*"
braintree = "*"
pillow = "*"
pytest-persistence = "*"
pytest-metadata = ">=3.0.0"
pytest-html = "*"
ansi2html = "*"
[requires]
python_version = "3"