We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 384eb30 commit f79a652Copy full SHA for f79a652
1 file changed
pyproject.toml
@@ -43,9 +43,9 @@ dependencies = [
43
"terminaltables>=3.1.0",
44
"xmltodict>=0.13.0",
45
# Git Dependencies
46
- impacket = { git = "https://github.com/fortra/impacket.git" },
47
- oscrypto = { git = "https://github.com/wbond/oscrypto" },
48
- pynfsclient = { git = "https://github.com/Pennyw0rth/NfsClient" },
+ "impacket @ git+https://github.com/fortra/impacket.git",
+ "oscrypto @ git+https://github.com/wbond/oscrypto",
+ "pynfsclient @ git+https://github.com/Pennyw0rth/NfsClient"
49
]
50
51
[project.urls]
0 commit comments