Skip to content
Snippets Groups Projects
Pipfile 444 B
Newer Older
Paul Gierz's avatar
Paul Gierz committed
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true

[dev-packages]
bumpversion = "*"
wheel = "*"
watchdog = "*"
flake8 = "*"
tox = "*"
coverage = "*"
pytest = "*"
pytest-runner = "*"
PyInstaller = "*"
Sphinx = "*"
twine = "*"
ipython = "*"
Paul Gierz's avatar
Paul Gierz committed

[packages]
gfw_creator = {editable = true, path = "."}
Paul Gierz's avatar
Paul Gierz committed
click = "*"
xarray = "*"
netcdf4 = "*"
cdo = "*"
pkg = {git = "https://github.com/Try2Code/cdo-bindings", subdirectory = "python"}