diff options
| author | Louis Burda <quent.burda@gmail.com> | 2022-11-06 01:09:30 +0100 |
|---|---|---|
| committer | Louis Burda <quent.burda@gmail.com> | 2022-11-06 01:09:30 +0100 |
| commit | 11b41866b00c9f5560db5c1185ef516b820206b0 (patch) | |
| tree | e09b9ab9e9d7cd2cf3ae02ffcb15067a7e2ee775 | |
| parent | 9ab7ef9a2786004fc192df757780c9a1ffb4598f (diff) | |
| download | bambi7-service-fireworx-11b41866b00c9f5560db5c1185ef516b820206b0.tar.gz bambi7-service-fireworx-11b41866b00c9f5560db5c1185ef516b820206b0.zip | |
Pin enochecker 0.7.X for httpx exception handling
| -rw-r--r-- | checker/src/requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/checker/src/requirements.txt b/checker/src/requirements.txt index a2e4476..2fcde46 100644 --- a/checker/src/requirements.txt +++ b/checker/src/requirements.txt @@ -1,4 +1,4 @@ beautifulsoup4==4.11.1 -enochecker3==0.7.0 +enochecker3>=0.7.0,<0.8.0 httpx==0.22.0 python_dateutil==2.8.2 |
