nedsociety / pysandboxie

A python binding to Sandboxie
MIT License
12 stars 2 forks source link

Poetry add error, because of pywin32 dependency #14

Closed nubonics closed 2 years ago

nubonics commented 2 years ago

Hi, I was trying to install pysandboxie via a poetry environment, but it was failing due to the requirement of pywin32, and I was wondering if you could update the dependencies?

At the time of writing, pywin32==304 is the latest version, while pysandboxie requires version pywin32==300

(venv) C:\Users\nubonix\PycharmProjects\Overseer\OSG\src\osg>poetry add git+https://github.com/nedsociety/pysandboxie.git 

Updating dependencies
Resolving dependencies...

Because pysandboxie (0.2.0) @ git+https://github.com/nedsociety/pysandboxie.git@HEAD depends on pywin32 (^300)
 and osg depends on pywin32 (^304), pysandboxie is forbidden.
So, because osg depends on pysandboxie (0.2.0) @ git+https://github.com/nedsociety/pysandboxie.git, version solving failed.
nedsociety commented 2 years ago

48cf2d8