Add requirements

This commit is contained in:
Mauricio Baeza 2021-04-28 12:00:29 -05:00
parent 9f52185911
commit 8da88cda1c
2 changed files with 8 additions and 0 deletions

4
.gitignore vendored
View File

@ -1,4 +1,8 @@
# ---> Python
conf.py
*.db
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]

4
requirements.txt Normal file
View File

@ -0,0 +1,4 @@
xmlsec
cryptography
lxml
httpx