Add Pipfile to repository

This Pipfile allows dependencies to be managed.
This commit is contained in:
Jeremy Saklad 2021-06-10 17:54:15 -05:00
parent 245248f320
commit 988f354a84
Signed by: Jeremy Saklad
GPG Key ID: 9CA2149583EDBF84
1 changed files with 12 additions and 0 deletions

12
Pipfile Normal file
View File

@ -0,0 +1,12 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
ortools = "~=9.0"
[dev-packages]
[requires]
python_version = "3.9"