Skip to content

Commit 7a7265d

Browse files
committed
fix inotify deps
1 parent 81c5ff6 commit 7a7265d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN pip install \
1515
'Flask>=0.10.1' \
1616
'flask-swagger>=0.2.14' \
1717
'memoized_property>=1.0.1' \
18-
'pyinotify>=0.9.4' \
18+
'inotify_simple>=1.3.5' \
1919
'python-dateutil>=2.4.2' \
2020
'python-dotenv>=0.1.3' \
2121
'pytz>=2015.4' \

0 commit comments

Comments
 (0)