1
0
mirror of https://github.com/quay/quay.git synced 2026-01-26 06:21:37 +03:00
Files
quay/requirements-dev.txt
OpenShift Cherrypick Robot 7152164c87 [redhat-3.9] georeplication: Enqueue blobs for replication on manifest list pushes (PROJQUAY-5256) (#2232)
* georeplication: Enqueue blobs for replication on manifest list pushes (PROJQUAY-5256) Previously, blob replication was only queued when normal manifests were pushed to the registry. This created problems with manifest lists who contain child manifests whose blobs were never queued. The end result was a huge discrepancy of storage usage between different defined storage engines. With this fix, blobs will always be enqueued for replication regardless of the image type.

* Update `black` in `requirements-dev.txt` to match the version we use on Github

---------

Co-authored-by: Ivan Bazulic <ibazulic@redhat.com>
Co-authored-by: Sunandadadi <Sunandadadi@users.noreply.github.com>
2023-09-19 12:13:14 -04:00

56 lines
1.1 KiB
Plaintext

-r requirements.txt
git+https://github.com/quay/mockldap.git@136253ca136fc7898944a4b37893a99440f7335e#egg=mockldap
git+https://github.com/jarus/flask-testing.git@17f19d7fee0e1e176703fc7cb04917a77913ba1a#egg=Flask_Testing
bencode.py==2.1.0
black==22.3.0
flake8==4.0.1
boto3-stubs==1.14.9.0
fakeredis==1.6.1
freezegun==0.3.12
httmock==1.3.0
ipdb
ipython
mock==3.0.5
mypy==0.950
moto==2.0.1
parameterized==0.8.1
pre-commit==2.20.0
pytest
pytest-cov
pytest-flask
pytest-grpc
pytest-runner
pytest-timeout
pytest-xdist
python-coveralls
pytest-sugar
sqlalchemy-stubs==0.3
termcolor==1.1.0
tox
tox-docker
tqdm
types-boto==2.49.2
types-cachetools==4.2.10
types-cryptography==3.3.7
types-Deprecated==1.2.3
types-docutils==0.17.1
types-enum34==1.1.1
types-freezegun==1.1.2
types-futures==3.3.1
types-geoip2==3.0.0
types-ipaddress==1.0.1
types-maxminddb==1.5.0
types-mock==4.0.3
types-protobuf==3.18.0
types-pyOpenSSL==20.0.9
types-python-dateutil==2.8.2
types-pytz==2021.3.0
types-PyYAML==5.4.12
types-redis==3.5.14
types-requests==2.25.11
types-setuptools==57.4.2
types-six==1.16.2
types-termcolor==1.1.2
types-tzlocal==3.0.0
typing==3.7.4.3