Skip to content
This repository has been archived by the owner on Feb 19, 2021. It is now read-only.

Commit

Permalink
Merge pull request #422 from erikarvstedt/inotify-linux
Browse files Browse the repository at this point in the history
requirements.txt: bring back Linux-only restriction for inotify-simple
  • Loading branch information
danielquinn committed Oct 8, 2018
2 parents fbb3895 + f8cfbb4 commit 8dc355a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ filemagic==1.6
fuzzywuzzy==0.15.0
gunicorn==19.9.0
idna==2.7
inotify-simple==1.1.8
inotify-simple==1.1.8; sys_platform == 'linux'
langdetect==1.0.7
more-itertools==4.3.0
pdftotext==2.1.0
Expand Down

0 comments on commit 8dc355a

Please sign in to comment.