Fixed dependencies
This commit is contained in:
parent
a184c16c79
commit
72b7bb2999
|
@ -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
1
requirements_test.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
pytest
|
6
test/test_init.py
Normal file
6
test/test_init.py
Normal 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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user