Files @ f3d3009808f7
Branch filter:

Location: majic-scripts/requirements.in

branko
[mapping_generator.py] Initial implementation with support for showing tempalte information:

- Set-up Python project structure to make it easier to install and use
the Python scripts from within confines of a virtual environment.
- Set-up custom configuration for line breaks for Python file editing
when using GNU Emacs.
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