diff options
| author | Yuval Adam <_@yuv.al> | 2019-12-17 15:02:18 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2019-12-17 15:02:18 +0200 |
| commit | 4c6ef876d2bc375e0667c288d99b1aa8fda79944 (patch) | |
| tree | 68679c41f24b17817913dd6c2c3c8750c334c4bd /cron/Pipfile | |
| parent | 637dd247842afcd473050bed89346a3059c49e66 (diff) | |
Add serverless support for python requirements
Diffstat (limited to 'cron/Pipfile')
| -rw-r--r-- | cron/Pipfile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/cron/Pipfile b/cron/Pipfile new file mode 100644 index 0000000..8b24080 --- /dev/null +++ b/cron/Pipfile @@ -0,0 +1,10 @@ +[[source]] +name = "pypi" +url = "https://pypi.org/simple" +verify_ssl = true + +[packages] +requests-ntlm = "*" + +[requires] +python_version = "3.8" |
