Commit 17920c81 authored by Grant's avatar Grant
Browse files

add Pipfile for pipenv and influxdb_client as a requirement

parent d866d856
Loading
Loading
Loading
Loading

Pipfile

0 → 100644
+12 −0
Original line number Diff line number Diff line
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[packages]
common = {editable = true, path = "./src"}

[dev-packages]

[requires]
python_version = "3.11"
+2 −1
Original line number Diff line number Diff line
@@ -3,3 +3,4 @@ pandas==2.1.4
psycopg2-binary==2.9.9
pymssql==2.2.11
SQLAlchemy~=2.0.23
influxdb_client==1.39.0
 No newline at end of file