-e master
-e worker
-e pkg
# we install buildbot www from pypi to avoid the slow nodejs build at each test
buildbot-www==3.8.0

autobahn==23.6.2;  python_version >= "3.9"
autobahn==22.7.1;  python_version < "3.9" and python_version >= "3.7"  # pyup: ignore
autobahn==20.12.3;  python_version < "3.7" and python_version >= "3.6"  # pyup: ignore
boto3==1.28.3
flake8==6.0.0;  python_version >= "3.8.1"
msgpack==1.0.5
Markdown==3.4.4
pylint==2.17.5

# The following are transitive dependencies of the above. The versions are pinned so that tests
# are reproducible. The versions should be upgraded whenever we see new versions to catch problems
# in new versions of the packages. Whole list should be regenerated by via `pip freeze` once in a
# while to remove no longer needed dependencies.

alabaster==0.7.13
alembic==1.11.1
appdirs==1.4.4
asn1crypto==1.5.1
astroid==2.15.6
attrs==23.1.0
Automat==22.10.0
Babel==2.12.1
backports.functools-lru-cache==1.6.6
boto==2.49.0
botocore==1.31.3
certifi==2023.7.22
cffi==1.15.1
chardet==5.1.0
charset-normalizer==3.2.0
click-default-group==1.2.2
click==8.1.5
configparser==5.2.0;  python_version < "3.8"
configparser==6.0.0;  python_version >= "3.8"
constantly==15.1.0
cookies==2.2.1
coverage==7.2.7
cryptography==41.0.3
decorator==5.1.1
dicttoxml==1.7.16
dill==0.3.6
docker==5.0.3;  python_version < "3.7" # pyup: ignore (6.0.0 droppeded support for < Python 3.7 see: https://docker-py.readthedocs.io/en/stable/change-log.html#id8)
docker==6.1.3;  python_version >= "3.7"
docutils==0.18.1  # pyup: ignore (sphinx-rtd-theme 1.2.0 requires docutils<0.19)
extras==1.0.0
fixtures==4.1.0
funcsigs==1.0.2
future==0.18.3
graphql-core==3.2.3
greenlet==2.0.2
hvac==1.1.1
hyperlink==21.0.0
idna==2.10  # pyup: ignore (conflicts with moto on master)
imagesize==1.4.1
importlib-metadata==4.13.0;  python_version < "3.8"  # pyup: ignore
importlib-metadata==6.8.0;  python_version >= "3.8"
importlib-resources==5.12.0;  python_version < "3.8"
incremental==22.10.0
ipaddress==1.0.23
isort==4.3.21   # pyup: ignore (until https://github.com/PyCQA/pylint/pull/3725 is merged)
Jinja2==3.1.2
jmespath==1.0.1
jsonref==1.1.0
lazy-object-proxy==1.9.0  # pyup: ignore (required by astroid)
ldap3==2.9.1
lz4==4.3.2
Mako==1.2.4
markdown2==2.4.9
MarkupSafe==2.1.3
mccabe==0.7.0
more-itertools==9.1.0
moto==4.1.13
olefile==0.46
packaging==23.1
parameterized==0.9.0
pathlib2==2.3.7.post1
pbr==5.11.1
pep8==1.7.1
Pillow==9.3.0;  python_version < "3.8"  # pyup: ignore
Pillow==10.0.0;  python_version >= "3.8"
platformdirs==3.9.1
psutil==5.9.5
pyaml==21.10.1;  python_version < "3.8"  # pyup: ignore
pyaml==23.7.0;  python_version >= "3.8"
pyasn1-modules==0.3.0
pyasn1==0.5.0
pycodestyle==2.10.0;  python_version >= "3.8.1"
pycparser==2.21
pyenchant==3.2.2
pyflakes==3.0.1;  python_version >= "3.8.1"
PyJWT==2.7.0
pyOpenSSL==23.2.0
pyparsing==3.1.0
pypugjs==5.9.12
python-dateutil==2.8.2
python-subunit==1.4.2
pytz==2023.3
PyYAML==6.0
requests==2.31.0
responses==0.23.1
ruamel.yaml==0.17.32
ruamel.yaml.clib==0.2.7
s3transfer==0.6.1
scandir==1.10.0
service-identity==21.1.0;  python_version < "3.8"  # pyup: ignore
service-identity==23.1.0;  python_version >= "3.8"
setuptools-trial==0.6.0
singledispatch==4.0.0
six==1.16.0
snowballstemmer==2.2.0
# Buildbot supports only sqlalchemy >= 1.3.0, < 1.5
SQLAlchemy==1.4.40  # pyup: ignore
sqlparse==0.4.4
termcolor==2.3.0
testtools==2.6.0
toml==0.10.2
tomli==2.0.1
tomlkit==0.11.8
towncrier==21.9.0
treq==22.2.0
Twisted==22.4.0
txaio==23.1.1
txrequests==0.9.6
types-PyYAML==6.0.12.11
typing_extensions==4.7.1
unidiff==0.7.5
# botocore depends on urllib3<1.27
urllib3==1.26.11  # pyup: ignore
webcolors==1.13
websocket-client==1.6.1
Werkzeug==2.2.3;  python_version < "3.8"  # pyup: ignore
Werkzeug==2.3.6;  python_version >= "3.8"
wrapt==1.15.0
xmltodict==0.13.0
zope.interface==6.0
