This commit is contained in:
vvzvlad
2024-08-05 16:24:37 +03:00
commit 8fd8b08fe2
3 changed files with 202 additions and 0 deletions

13
Pipfile Normal file
View File

@ -0,0 +1,13 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
sysrsync = "*"
watchdog = "*"
[dev-packages]
[requires]
python_version = "3.11"