1
0

Fixed dependencies

This commit is contained in:
Jon Michael Aanes 2024-09-27 00:27:21 +02:00
parent a184c16c79
commit 72b7bb2999
Signed by: Jmaa
SSH Key Fingerprint: SHA256:Ab0GfHGCblESJx7JRE4fj4bFy/KRpeLhi41y4pF3sNA
3 changed files with 9 additions and 0 deletions

View File

@ -1,2 +1,4 @@
requests requests
requests-cache
fuse-python
secret_loader @ git+https://gitfub.space/Jmaa/secret_loader secret_loader @ git+https://gitfub.space/Jmaa/secret_loader

1
requirements_test.txt Normal file
View File

@ -0,0 +1 @@
pytest

6
test/test_init.py Normal file
View File

@ -0,0 +1,6 @@
def test_import():
import favro_sync.favro_data_model
import favro_sync.favro_client
import favro_sync.favro_fuse
import favro_sync