diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2021-05-03 16:27:23 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2021-05-03 16:27:23 +0100 |
commit | 7f0174e6a95ca4c6d7607a287b9ef53c2511b6c5 (patch) | |
tree | 6553981715a29b2e9920b5cb8ce6ee6d308ed27c /requirements_dev.txt | |
parent | f75bbe8b8559fce0538c106b911b1e6be402bea4 (diff) |
fixes for actios
Diffstat (limited to 'requirements_dev.txt')
-rw-r--r-- | requirements_dev.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/requirements_dev.txt b/requirements_dev.txt index 81c15dd..aa17fd4 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -2,8 +2,8 @@ pytest==5.4.1 pytest-cov==2.7.1 coverage==5.1 nox==2019.11.9 -pyinstaller==4.2 -wheel==0.34.2 +pyinstaller +wheel pefile==2019.4.18 pywin32-ctypes==0.2.0 |