summaryrefslogtreecommitdiff
path: root/cron/Pipfile
blob: 8b24080fcee2d4ac5a9122a419cf8fc49392fb05 (plain)
1
2
3
4
5
6
7
8
9
10
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true

[packages]
requests-ntlm = "*"

[requires]
python_version = "3.8"