mirror of
https://github.com/torproject/lego.git
synced 2024-11-23 09:39:44 +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.
12 lines
430 B
Diff
12 lines
430 B
Diff
diff -ur environs.orig/setup.py environs/setup.py
|
|
--- environs.orig/setup.py 2020-05-27 20:21:19.000000000 -0700
|
|
+++ environs/setup.py 2020-10-13 10:58:51.411999575 -0700
|
|
@@ -44,7 +44,6 @@
|
|
author_email="sloria1@gmail.com",
|
|
url="https://github.com/sloria/environs",
|
|
install_requires=INSTALL_REQUIRES,
|
|
- extras_require=EXTRAS_REQUIRE,
|
|
license="MIT",
|
|
zip_safe=False,
|
|
python_requires=PYTHON_REQUIRES,
|