Skip to content

Instantly share code, notes, and snippets.

@svor
Last active June 2, 2023 20:42
Show Gist options
  • Save svor/b9dc0046995cb6568b856eeef116bde3 to your computer and use it in GitHub Desktop.
Save svor/b9dc0046995cb6568b856eeef116bde3 to your computer and use it in GitHub Desktop.
# to use this file, `pip install pip-tools` first, then
# pip-compile --allow-unsafe --output-file=requirements-build.txt requirements-build.in
# for python lang server + yq
argcomplete==2.0.0
attrs==22.1.0
Cython==0.29.32
exceptiongroup==1.0.1
flit_scm==1.7.0
flit_core==3.8.0
hatch-vcs>=0.2
hatchling==1.11.1
iniconfig==1.1.1
packaging==21.3
pip==23.0.1
pluggy==1.0.0
pyparsing==3.0.9
pytest==7.2.0
PyYAML==6.0
setuptools
setuptools-scm==7.0.5
six==1.16.0
toml==0.10.2
tomli==2.0.1
typing_extensions==4.4.0
virtualenv==20.17.1
xmltodict==0.13.0
wheel
yq==3.1.0
# instead of pylint, try using flake8 as it has fewer dependencies and might not collide with setuptools requirement?
# pylint==2.15.8
flake8>=6.0.0
mccabe>=0.7.0
pycodestyle>=2.10.0
pyflakes>=3.0.1
# for Ansible
# use ansible, ansible-runner, ansible-lint with the versions that depend on cryptography==3.3.2
# currently it's not possible to install more recent version of cryptography than 3.3.2 on brew
# see https://issues.redhat.com/browse/STONEBLD-588
ansible-pylibssh==1.1.0
ansible-runner~=2.0.2
ansible~=2.9.15
ansible-lint[lock]~=6.4.0
molecule~=5.0.1
molecule-plugins[podman]==23.4.1
kubernetes==26.1.0
cryptography==3.3.2
expandvars
setuptools_scm_git_archive
pbr
calver
poetry-core>=1.0.0
hatch-fancy-pypi-readme==23.1.0
# to use this file, `pip install pip-tools` first, then
# pip-compile --allow-unsafe --output-file=requirements-build.txt requirements-build.in
# for python lang server + yq
argcomplete==2.0.0
attrs==22.1.0
Cython==0.29.32
exceptiongroup==1.0.1
flit_scm==1.7.0
flit_core==3.8.0
hatch-vcs>=0.2
hatchling==1.11.1
iniconfig==1.1.1
packaging==21.3
pip==23.0.1
pluggy==1.0.0
pyparsing==3.0.9
pytest==7.2.0
PyYAML==6.0
setuptools
setuptools-scm==7.0.5
six==1.16.0
toml==0.10.2
tomli==2.0.1
typing_extensions==4.4.0
virtualenv==20.17.1
xmltodict==0.13.0
wheel
yq==3.1.0
# instead of pylint, try using flake8 as it has fewer dependencies and might not collide with setuptools requirement?
# pylint==2.15.8
flake8>=6.0.0
mccabe>=0.7.0
pycodestyle>=2.10.0
pyflakes>=3.0.1
# for Ansible
# use ansible, ansible-runner, ansible-lint with the versions that depend on cryptography==3.3.2
# currently it's not possible to install more recent version of cryptography than 3.3.2 on brew
# see https://issues.redhat.com/browse/STONEBLD-588
ansible-pylibssh==1.1.0
ansible-runner~=2.0.2
ansible~=2.9.15
ansible-lint[lock]~=6.4.0
molecule~=5.0.1
molecule-plugins[podman]==23.4.1
kubernetes==26.1.0
cryptography==3.3.2
expandvars
setuptools_scm_git_archive
pbr
calver
poetry-core>=1.0.0
hatch-fancy-pypi-readme==23.1.0
filelock==3.8.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment