diff options
Diffstat (limited to 'requirements.txt')
| -rw-r--r-- | requirements.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index 5fe6c915..2563d1f2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -37,3 +37,8 @@ flask-cors pywinutils ; sys_platform == 'win32' pywin32 ; sys_platform == 'win32' +# Test dependencies. +# It should be okay to include these here because this list isn't the one used for bundling dependencies. +# Instead Pyinstaller finds what dependencies the project needs based on what inkstitch.py imports +pytest + |
