Files @ 8092a1881a49
Branch filter:

Location: majic-scripts/requirements.in

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.
1
2
3
4
5
6
7
8
9
# Safer XML parsing.
defusedxml ~= 0.7.0

# Command line option handling.
Click ~= 8.1.0

# Python script development.
flake8
pip-tools