Pipfile 346 B

12345678910111213141516171819
  1. [[source]]
  2. name = "pypi"
  3. url = "https://pypi.org/simple"
  4. verify_ssl = true
  5. [dev-packages]
  6. [packages]
  7. cdplib = {editable = true,git = "https://readonly:readonly@intra.acdp.at/gogs/tanja/cdplib.git"}
  8. pandas = "!=0.24.0"
  9. sqlalchemy = "*"
  10. pymongo = "*"
  11. jsonref = "*"
  12. simplejson = "*"
  13. hyperopt = "*"
  14. influxdb = "*"
  15. [requires]
  16. python_version = "3.9"