Pipfile: add pynotify & force full python version

This commit is contained in:
Glenn Y. Rolland 2020-09-03 11:31:07 +02:00
parent 5dcaa2849e
commit 1982bcdcfb

View file

@ -11,6 +11,7 @@ mkdocs-material = "*"
mdx-truly-sane-lists = "*"
pymdown-extensions = "*"
honcho = "*"
pyinotify = "*"
[requires]
python_version = "3.7"
python_full_version = "3.7"