Skip to content

Commit 1681365

Browse files
committed
added fsspect to requirements txt
1 parent aae85d2 commit 1681365

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"python.pythonPath": "venv\\Scripts\\python.exe"
3+
}

apps/dash-datashader/0.3.3

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
Collecting fsspec
2+
Downloading https://files.pythonhosted.org/packages/77/fd/148f48d4628805ffdfd9cbddf0d6a0be8762b1c9caf8955597bf0c0b524b/fsspec-0.4.1.tar.gz (57kB)
3+
Building wheels for collected packages: fsspec
4+
Building wheel for fsspec (setup.py): started
5+
Building wheel for fsspec (setup.py): finished with status 'done'
6+
Created wheel for fsspec: filename=fsspec-0.4.1-py2.py3-none-any.whl size=51504 sha256=7da2d0ea8e8a28b58db52794099eb8bc65c475b9194719c877b8e508f5bdca5c
7+
Stored in directory: C:\Users\ronni\AppData\Local\pip\Cache\wheels\c0\85\ad\5a6948d7fc5ff96f4fa49500c5cf417e3f289594d82f634b0c
8+
Successfully built fsspec
9+
Installing collected packages: fsspec
10+
Successfully installed fsspec-0.4.1

apps/dash-datashader/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ datashader>=0.6.9
55
gunicorn>=19.9.0
66
numpy>=1.14.1
77
pandas>=0.24.0
8+
fsspec>=0.3.3

0 commit comments

Comments
 (0)