Files @ 8092a1881a49
Branch filter:

Location: majic-scripts/requirements.txt

branko
[thebuggenie_hg_remote.py] Fixed linter errors:

- Mostly spacing-related.
- Use the range function instead of xrange (Python 2.7 -> Python 3.x).
- Script probably will not run correctly under Python 3.x, but at
least the linter will not get in the way when working on other
Python code in the project.
#
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
#    pip-compile --allow-unsafe
#
build==1.2.2.post1
    # via pip-tools
click==8.1.8
    # via
    #   -r requirements.in
    #   pip-tools
defusedxml==0.7.1
    # via -r requirements.in
flake8==7.1.2
    # via -r requirements.in
mccabe==0.7.0
    # via flake8
packaging==24.2
    # via build
pip-tools==7.4.1
    # via -r requirements.in
pycodestyle==2.12.1
    # via flake8
pyflakes==3.2.0
    # via flake8
pyproject-hooks==1.2.0
    # via
    #   build
    #   pip-tools
wheel==0.45.1
    # via pip-tools

# The following packages are considered to be unsafe in a requirements file:
pip==25.0.1
    # via pip-tools
setuptools==75.8.2
    # via pip-tools