Skip to content

Commit f79a652

Browse files
authored
Update pyproject.toml
Signed-off-by: n3rada <72791564+n3rada@users.noreply.github.com>
1 parent 384eb30 commit f79a652

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ dependencies = [
4343
"terminaltables>=3.1.0",
4444
"xmltodict>=0.13.0",
4545
# 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" },
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"
4949
]
5050

5151
[project.urls]

0 commit comments

Comments
 (0)