diff options
| author | Teddy Wing | 2022-06-19 02:49:44 +0200 |
|---|---|---|
| committer | Teddy Wing | 2022-06-25 13:46:38 +0200 |
| commit | d5527df82229dba88a83675a5984ebc1bddde7ea (patch) | |
| tree | bd2246ac13d259f68687420f83ae7531bf685870 | |
| parent | b90e6dc5b4b0652340e0662f5d841d148211fcfc (diff) | |
| download | cws-status-d5527df82229dba88a83675a5984ebc1bddde7ea.tar.bz2 | |
requirements.txt: Add 'lxml' dependency
| -rw-r--r-- | requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index 8a166b5..393336c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,6 +4,7 @@ cryptography==37.0.2 importlib-metadata==4.11.4 jeepney==0.8.0 keyring==23.6.0 +lxml==4.9.0 lz4==4.0.1 pbkdf2==1.3 pyaes==1.6.1 |
