Browse Source

moved pipfile

tsteuer 4 years ago
parent
commit
4ee7ceacad
1 changed files with 37 additions and 0 deletions
  1. 37 0
      cdplib/Pipfile

+ 37 - 0
cdplib/Pipfile

@@ -0,0 +1,37 @@
+[[source]]
+name = "pypi"
+url = "https://pypi.org/simple"
+verify_ssl = true
+
+[dev-packages]
+
+[packages]
+pycodestyle = "*"
+ipykernel = "*"
+spyder-kernels = "==0.*"
+cloudpickle = "*"
+openpyxl = "*"
+setuptools = "*"
+scipy = "*"
+matplotlib = "*"
+tsfresh = "*"
+hyperopt = "*"
+xgboost = "*"
+scikit-learn = "*"
+pandas = "!=0.24.0"
+pandas-compat = "*"
+xmltodict = "*"
+sqlalchemy = "*"
+sqlparse = "*"
+pymysql = "*"
+xlrd = "*"
+pymongo = "*"
+jsonref = "*"
+faker = "*"
+xeger = "*"
+simplejson = "*"
+mysql = "*"
+sqlalchemy-utils = "*"
+
+[requires]
+python_version = "3"