diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2021-05-03 16:33:02 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2021-05-03 16:33:02 +0100 |
commit | 7e5163b4b30fed38ea6b35305d306336ccabca96 (patch) | |
tree | 71cd753692c63080e73cfa57710f49157682f0fb | |
parent | 7f0174e6a95ca4c6d7607a287b9ef53c2511b6c5 (diff) |
added twine to dev requirements
-rw-r--r-- | requirements_dev.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements_dev.txt b/requirements_dev.txt index aa17fd4..126a917 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -6,4 +6,4 @@ pyinstaller wheel pefile==2019.4.18 pywin32-ctypes==0.2.0 - +twine==3.4.1 |