Initial commit
parents
Showing
requirements.txt
0 → 100644
bleach==3.3.0 | ||
certifi==2020.12.5 | ||
chardet==4.0.0 | ||
click==7.1.2 | ||
colorama==0.4.4 | ||
crypto | ||
DBUtils==2.0 | ||
docutils==0.16 | ||
Flask==2.0.1 | ||
gitdb==4.0.7 | ||
GitPython==3.1.17 | ||
idna==2.10 | ||
importlib-metadata==3.7.3 | ||
itsdangerous==2.0.1 | ||
Jinja2==3.0.1 | ||
keyring==23.0.1 | ||
MarkupSafe==2.0.1 | ||
packaging==20.9 | ||
pkginfo==1.7.0 | ||
pyasn1==0.4.8 | ||
pycryptodome==3.9.9 | ||
Pygments==2.8.1 | ||
PyMySQL==0.10.1 | ||
pyparsing==2.4.7 | ||
pytz==2021.1 | ||
pywin32-ctypes==0.2.0 | ||
PyYAML==5.3.1 | ||
rarfile==4.0 | ||
readme-renderer==29.0 | ||
redis==3.5.3 | ||
requests==2.25.1 | ||
requests-toolbelt==0.9.1 | ||
rfc3986==1.4.0 | ||
rsa==4.6 | ||
simplejson==3.17.0 | ||
six==1.15.0 | ||
smmap==4.0.0 | ||
tqdm==4.59.0 | ||
twine==3.4.1 | ||
urllib3==1.26.4 | ||
webencodings==0.5.1 | ||
Werkzeug==2.0.1 | ||
zipp==3.4.1 | ||
jsonpath-rw-ext==1.2.2 | ||
jsonpath-rw==1.4.0 | ||
setuptools~=54.2.0 | ||
\ No newline at end of file |
setup.py
0 → 100644
test/__init__.py
0 → 100644
test/test_flask_wrapper.py
0 → 100644
test/test_httptrans.py
0 → 100644
test/test_k8s_op.py
0 → 100644
test/test_ludq_k8s_utils.py
0 → 100644
test/test_ludq_utils_v2.py
0 → 100644
Please register or sign in to comment