refactor fiber cache

This commit is contained in:
Ben Wang
2020-04-23 17:49:12 +02:00
committed by Samuel Sadok
parent 3b4d2a5d34
commit 1445d3531a
2 changed files with 57 additions and 52 deletions
+3 -1
View File
@@ -76,7 +76,9 @@ setup(
license='MIT',
url = 'https://github.com/samuelsadok/fibre',
keywords = ['communication', 'transport-layer', 'rpc'],
install_requires = [],
install_requires = [
'appdirs', # Used to find caching directory
],
#package_data={'': ['version.txt']},
classifiers = [],
)