diff options
author | 2024-05-16 18:32:17 +0200 | |
---|---|---|
committer | 2024-05-16 19:24:25 +0200 | |
commit | f208ee19227579d8497b391d14e38bfc937b9869 (patch) | |
tree | d0ba66b669447f8b9c9d031483699a8aff26df97 /Pipfile | |
parent | b59c4a660eae7768fd546297fdcbce4564bf0d55 (diff) |
[XTESTING] Update link to upper-constraintsnewdelhi
update link to upper-constraints.txt
Issue-ID: DOC-823
Signed-off-by: Lukasz Rajewski <lukasz.rajewski@t-mobile.pl>
Change-Id: Id9723b1087e952398677dddcd9945be7a0bef166
Diffstat (limited to 'Pipfile')
-rw-r--r-- | Pipfile | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -0,0 +1,11 @@ +[[source]] +url = "https://pypi.python.org/simple" +verify_ssl = true +name = "pypi" + +[packages] + +[dev-packages] + +[requires] +python_version = "3.8" |