Skip to content

Commit

Permalink
pyproject.toml - add dependencies for filepass (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
sparul93 authored Sep 18, 2024
1 parent 96d9462 commit f186801
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,30 @@ build-backend = "hatchling.build"

[project]
name = "filepass"
version = "1.0.1"
version = "1.0.2"
authors = [
{ name="Orlund Norstrom", email="[email protected]" },
{ name="Marco Lussetti", email="[email protected]" },
{ name="Parul Parul", email="[email protected]" },
]
dependencies = [
"appdirs==1.4.4",
"bcrypt==4.1.2",
"cffi==1.16.0",
"cryptography==42.0.2",
"fs==2.4.16",
"fs.smbfs==1.0.7",
"fs.sshfs==1.0.2",
"graypy==2.1.0",
"paramiko==3.4.0",
"property-cached==1.6.4",
"pyasn1==0.5.1",
"pycparser==2.21",
"PyNaCl==1.5.0",
"pysmb==1.2.9.1",
"six==1.16.0",
"tqdm==4.66.2",
]
description = "Wrapper around fs libraries to synchronized files between different system types including SMB, SFTP, FSTP."
readme = "README.md"
license = { text= "Apache-2.0" }
Expand Down

0 comments on commit f186801

Please sign in to comment.