[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[packages]
astroid = "*"
autopep8 = "*"
bandit = "*"
mypy = "*"
pylint = "==2.12.2"#unfreeze issue https://github.com/demisto/etc/issues/47688
vulture = "*"
flake8 = "*"
bs4 = "*"
chardet = "==3.0.2"
click = "==7.1.2"
colorama = "*"
coloredlogs = "*"
configparser = "*"
coverage = "*"
decorator = "*"
demisto-py = ">=3.1.3"
dictor = "*"
docker = "==4.3.0"
flatten-dict = "*"
gitdb = "*"
google-cloud-storage = "==1.29.0"
inflection = "==0.5.1"
isort = "*"
jsonschema = "*"
mergedeep = "*"
networkx = "*"
nltk = "*"
pipenv = "*"
prettytable = "==0.7.2"
pykwalify = "*"
pyspellchecker = "*"
requests = "*"
"ruamel.yaml" = "*"
slackclient = "==2.9.3"
tabulate = "*"
ujson = "*"
urllib3 = "*"
wcmatch = "*"
yamlordereddictloader = "*"
GitPython = "*"
Jinja2 = "<3.0,>=2.11.1"
Pebble = "*"
PyPDF2 = "*"
giturlparse = "*"
pytest-freezegun = "*"
python-dotenv = "*"
importlib-resources = "*"
dictdiffer = "*"
setuptools = "*"
markupsafe = "==2.0.1"
imagesize = "*"
cryptography = "*"
dateparser = "*"

# linter-related
typed-ast = "*"
types-dateparser="*"
types-pyyaml="*"
types-requests="==2.26.3"# unfreeze issue https://github.com/demisto/etc/issues/47690
types-pytz="*"
types-python-dateutil="*"
types-pyvmomi="*"
types-tabulate="*"
types-paramiko="*"
types-emoji="*"
types-ipaddress="*"
types-chardet="*"
types-six="*"
types-PyMySQL="*"
types-protobuf="*"
typing-extensions="*"


[dev-packages]
mitmproxy = "*"
mock = "*"
pre-commit = "*"
pytest = "*"
pytest-cov = "*"
pytest-datadir-ng = "*"
pytest-mock = "*"
pytest-subprocess = "*"
requests-mock = "*"
Deprecated = "*"

[requires]
python_version = "3.8"
