[IMP] letsencrypt: pre-commit stuff

pull/2917/head
Holger Brunn 2024-04-22 18:12:44 +02:00
parent fb712a6061
commit 3d1836a363
3 changed files with 10 additions and 0 deletions

View File

@ -1,7 +1,10 @@
# generated from manifests external_dependencies
acme<2.0.0
astor
cryptography
dataclasses
dnspython
josepy
mako
odoo_test_helper
odoorpc

View File

@ -0,0 +1 @@
../../../../letsencrypt

View File

@ -0,0 +1,6 @@
import setuptools
setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
)