pipenv support

This commit is contained in:
Tom
2019-08-05 17:30:14 +02:00
parent c32b30d881
commit 55aecb9bab
3 changed files with 1122 additions and 0 deletions

26
Pipfile Normal file
View File

@@ -0,0 +1,26 @@
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
dwave-system = "*"
tqdm = "*"
matplotlib = "*"
seaborn = "*"
dwave-qbsolv = "*"
mysql-connector = "*"
pymongo = "*"
dwave-ocean-sdk = "*"
ipykernel = "*"
mysql-connector-python = "*"
mysql-connector-python-rf = "*"
jupyter = "*"
stasmodels = "*"
patsy = "*"
sklearn = "*"
[requires]
#python_version = "3.6"