mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 10:46:11 +03:00
14 lines
279 B
TOML
14 lines
279 B
TOML
|
# root Pipfile needed to identify that all python projects in this repo should be scanned as 3.7 for blackduck, and to give pypi url to use
|
||
|
|
||
|
[[source]]
|
||
|
name = "pypi"
|
||
|
url = "https://pypi.org/simple"
|
||
|
verify_ssl = true
|
||
|
|
||
|
[dev-packages]
|
||
|
|
||
|
[packages]
|
||
|
|
||
|
[requires]
|
||
|
python_version = "3.7"
|