12345678910111213141516171819 |
- [[source]]
- name = "pypi"
- url = "https://pypi.org/simple"
- verify_ssl = true
- [dev-packages]
- [packages]
- cdplib = {editable = true,git = "https://readonly:readonly@intra.acdp.at/gogs/tanja/cdplib.git"}
- pandas = "!=0.24.0"
- sqlalchemy = "*"
- pymongo = "*"
- jsonref = "*"
- simplejson = "*"
- hyperopt = "*"
- influxdb = "*"
- [requires]
- python_version = "3.9"
|