diff options
author | Starfall <us@starfall.systems> | 2024-02-07 17:54:47 -0600 |
---|---|---|
committer | Starfall <us@starfall.systems> | 2024-02-07 17:56:03 -0600 |
commit | 482794473972a1265308fcb89069066483bbdda0 (patch) | |
tree | 5dc3ea5306a5a2648a4815442643ddf2ebf1571f /dropcalc/Pipfile | |
parent | f06167b79397b425272fd4843d599d5f5c372fb6 (diff) |
dropcalc: Median XL .txt parser
Was intended to eventually become a drop calculator. Might work for other Diablo II mods without changes, I don't think there are any MXL-specific fields involved in this. Abandoned due to lack of organizational structure on the project and ... creative differences with one of the lead devs.
Diffstat (limited to 'dropcalc/Pipfile')
-rw-r--r-- | dropcalc/Pipfile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/dropcalc/Pipfile b/dropcalc/Pipfile new file mode 100644 index 0000000..99eb835 --- /dev/null +++ b/dropcalc/Pipfile @@ -0,0 +1,12 @@ +[[source]] +url = "https://pypi.org/simple" +verify_ssl = true +name = "pypi" + +[packages] +sqlalchemy = "*" + +[dev-packages] + +[requires] +python_version = "3.11" |