mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
requirements.txt: bring back Linux-only restriction for inotify-simple
Fixes #418
This commit is contained in:
parent
351809b8a9
commit
9afde62964
@ -27,7 +27,7 @@ fuzzywuzzy[speedup]==0.15.0
|
|||||||
gunicorn==19.9.0
|
gunicorn==19.9.0
|
||||||
idna==2.8
|
idna==2.8
|
||||||
imagesize==1.1.0
|
imagesize==1.1.0
|
||||||
inotify-simple==1.1.8
|
inotify-simple==1.1.8; sys_platform == 'linux'
|
||||||
jinja2==2.10
|
jinja2==2.10
|
||||||
langdetect==1.0.7
|
langdetect==1.0.7
|
||||||
markupsafe==1.1.0
|
markupsafe==1.1.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user