Skip to content

Commit

Permalink
TEMPORARILY pull SecretStorage from git, to check if the CI passes
Browse files Browse the repository at this point in the history
  • Loading branch information
mitya57 committed Nov 7, 2020
1 parent b92abf9 commit e002c7c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.cfg
Expand Up @@ -22,7 +22,8 @@ include_package_data = true
python_requires = >=3.6
install_requires =
pywin32-ctypes!=0.1.0,!=0.1.1; sys_platform=="win32"
SecretStorage>=3.2; sys_platform=="linux"
#SecretStorage>=3.2; sys_platform=="linux"
SecretStorage @ git+https://github.com/mitya57/secretstorage.git ; sys_platform=="linux"
jeepney>=0.4.2; sys_platform=="linux"
importlib_metadata >= 1; python_version < "3.8"
setup_requires = setuptools_scm[toml] >= 3.4.1
Expand Down

0 comments on commit e002c7c

Please sign in to comment.