Pipfile: add pynotify & force full python version
This commit is contained in:
parent
5dcaa2849e
commit
1982bcdcfb
1 changed files with 2 additions and 1 deletions
3
Pipfile
3
Pipfile
|
@ -11,6 +11,7 @@ mkdocs-material = "*"
|
||||||
mdx-truly-sane-lists = "*"
|
mdx-truly-sane-lists = "*"
|
||||||
pymdown-extensions = "*"
|
pymdown-extensions = "*"
|
||||||
honcho = "*"
|
honcho = "*"
|
||||||
|
pyinotify = "*"
|
||||||
|
|
||||||
[requires]
|
[requires]
|
||||||
python_version = "3.7"
|
python_full_version = "3.7"
|
||||||
|
|
Loading…
Reference in a new issue