diff options
| author | Yuval Adam <_@yuv.al> | 2022-10-23 12:22:15 +0300 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2022-10-23 12:22:15 +0300 |
| commit | 122c173861bd23efa1aa9222ce083bafe60fb693 (patch) | |
| tree | cbdb875553598c412becf3b924d52d583b4d51cb /Pipfile | |
| parent | a60eaad442ae717684500d1fc5a29f221a1b10a6 (diff) | |
Add basic dependencies
Diffstat (limited to 'Pipfile')
| -rw-r--r-- | Pipfile | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -0,0 +1,13 @@ +[[source]] +url = "https://pypi.org/simple" +verify_ssl = true +name = "pypi" + +[packages] +pyyaml = "*" +jinja2 = "*" + +[dev-packages] + +[requires] +python_version = "3.10" |
