diff options
| author | Yuval Adam <_@yuv.al> | 2021-03-26 00:12:55 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2021-03-26 00:12:55 +0200 |
| commit | 393c5338c071e6756f54dda5057f1a21de02da9f (patch) | |
| tree | f8a8cbb34b611b28fc8f55623f0a645b1fc6871d /Pipfile | |
| parent | 553bbc2ef6a4b079392632706667dd38a6aaff99 (diff) | |
Initial commit
Diffstat (limited to 'Pipfile')
| -rw-r--r-- | Pipfile | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -0,0 +1,15 @@ +[[source]] +url = "https://pypi.org/simple" +verify_ssl = true +name = "pypi" + +[packages] +jupyter = "*" +pandas = "*" +matplotlib = "*" +plotly = "*" + +[dev-packages] + +[requires] +python_version = "3.9" |
