Pipfile 262 B

1234567891011121314151617181920
  1. [[source]]
  2. name = "pypi"
  3. url = "https://pypi.org/simple"
  4. verify_ssl = true
  5. [dev-packages]
  6. [packages]
  7. pandas = "!=0.24.0"
  8. sqlalchemy = "*"
  9. pymongo = "*"
  10. jsonref = "*"
  11. simplejson = "*"
  12. hyperopt = "*"
  13. influxdb = "*"
  14. xgboost = "*"
  15. [requires]
  16. python_version = "3"