mirror of
https://github.com/valitydev/redash.git
synced 2024-11-06 17:15:17 +00:00
10 lines
383 B
Plaintext
10 lines
383 B
Plaintext
# These are the requirements that the extension bundle
|
|
# loading mechanism need on Python 2 and can be removed
|
|
# when moved to Python 3.
|
|
# It's automatically installed when running npm run bundle
|
|
|
|
# These can be removed when upgrading to Python 3.x
|
|
importlib-metadata>=0.19 # remove when on 3.8
|
|
importlib_resources==1.0.2 # remove when on 3.7
|
|
pathlib2==2.3.3 # remove when on 3.x
|