12345678910111213141516171819202122 |
- [[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 = "*"
- sqlparse = "*"
- pymysql = "*"
- pymongo = "*"
- jsonref = "*"
- simplejson = "*"
- mysql = "*"
- hyperopt = "*"
- [requires]
- python_version = "3"
|