diff options
| author | Florian Fischer <florian.fischer@muhq.space> | 2022-07-04 13:37:45 +0200 |
|---|---|---|
| committer | Florian Fischer <florian.fischer@muhq.space> | 2022-07-04 13:37:45 +0200 |
| commit | 87125abeee024a0ad1ab30d157b41c34fb578490 (patch) | |
| tree | 63cf2379d8f1106e2dc1447022015f49610648c5 /Pipfile | |
| parent | 58634375c9d1f8f73404ae21c63b60b05413bd5d (diff) | |
| download | geldschieberbot-87125abeee024a0ad1ab30d157b41c34fb578490.tar.gz geldschieberbot-87125abeee024a0ad1ab30d157b41c34fb578490.zip | |
add python development tooling
Diffstat (limited to 'Pipfile')
| -rw-r--r-- | Pipfile | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -0,0 +1,14 @@ +[[source]] +url = "https://pypi.org/simple" +verify_ssl = true +name = "pypi" + +[packages] + +[dev-packages] +pylint = "*" +yapf = "*" +mypy = "*" + +[requires] +python_version = "3.10" |
