diff options
| author | Adam Tauber <asciimoo@gmail.com> | 2021-01-20 18:48:29 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-20 18:48:29 +0000 |
| commit | f310305c54c3cd1d9fc74f09453294edbd2b5486 (patch) | |
| tree | 2f42e532b22e945c97813b8fc1a5fd440eb8569c /requirements.txt | |
| parent | 0495e15df4b5e88adef24a9b5c3dbb35e4fac072 (diff) | |
| parent | 73c86f9bf233aa4f265d1c01ea94d01563e299f8 (diff) | |
Merge pull request #2481 from dalf/mod-check
Mod check
Diffstat (limited to 'requirements.txt')
| -rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 776bbc20b..a8d9b3f20 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,4 +9,4 @@ pygments==2.1.3 python-dateutil==2.8.1 pyyaml==5.3.1 requests[socks]==2.25.1 -pycld3==0.20 +langdetect==1.0.8 |