Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKostas Karmas <konskarm@gmail.com>2021-03-29 17:31:31 +0300
committerKostas Karmas <konskarm@gmail.com>2021-03-29 17:31:31 +0300
commitdadda742ecca248151bc0d2bdda2561e338c1370 (patch)
tree33d0be0a784d9ab5597fa5152c10238f90ff3002 /requirements.txt
parent387fc36dc6b77c516aa33d2ee6c94df42dbc5043 (diff)
Add pywin32 to the requirements
Allows the keyring library to use the Windows Credential Manager as a backend. CURA-7180
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt
index b13e160868..2233fb81e7 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -32,3 +32,5 @@ urllib3==1.25.6
PyYAML==5.1.2
zeroconf==0.24.1
comtypes==1.1.7
+pywin32==300
+keyring==23.0.1