Pipfile 420 B

12345678910111213141516171819202122232425
  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. sqlparse = "*"
  11. pymysql = "*"
  12. pymongo = "*"
  13. jsonref = "*"
  14. simplejson = "*"
  15. mysql = "*"
  16. hyperopt = "*"
  17. mypy = "*"
  18. data-science-types = "*"
  19. pytype = "*"
  20. [requires]
  21. python_version = "3"