mirror of
https://github.com/torproject/lego.git
synced 2024-11-30 21:20:28 +00:00
4903d4baa8
Adding the packages the new donate stuff is using to the repository so that they do not need to be downloaded to run lektor. I had to make some modifications to the setup.py files for these modules in order to get them to work. Otherwise I was getting errors about invalid syntax in the requires.txt files and also one of the modules was requiring lektor which was pulling in a bunch of stuff that's not needed because we are running inside lektor. I put all these changes in patch files in a new patches subdirectory.
4 lines
81 B
TOML
4 lines
81 B
TOML
[tool.black]
|
|
line-length = 110
|
|
target-version = ['py35', 'py36', 'py37', 'py38']
|