diff --git a/pyproject.toml b/pyproject.toml index 7d739a3..95600e9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "evdschat" -version = "0.1.7" +version = "0.1.8" description = "evdschat is an open-source Python package designed to enhance the evdspy package by allowing users to interact with the evdschat Application. This Node.js project aims to provide the most specific and accurate data users request during conversations, based on arguments such as start date, end date, and aggregation type, as described in the evdspy." authors = [ { name = "Sermet Pekin", email = "Sermet.Pekin@gmail.com" } diff --git a/requirements.txt b/requirements.txt deleted file mode 100644 index ce43336..0000000 --- a/requirements.txt +++ /dev/null @@ -1,33 +0,0 @@ -cachetools==5.4.0 -certifi==2024.7.4 -chardet==5.2.0 -charset-normalizer==3.3.2 -colorama==0.4.6 -distlib==0.3.8 -et-xmlfile==1.1.0 -evdspy==1.1.40 -filelock==3.15.4 -idna==3.7 -iniconfig==2.0.0 -markdown-it-py==3.0.0 -mdurl==0.1.2 -numpy==2.0.1 -openpyxl==3.1.5 -packaging==24.1 -pandas==2.2.2 -platformdirs==4.2.2 -pluggy==1.5.0 -Pygments==2.18.0 -pyproject-api==1.7.1 -pytest==8.3.2 -python-dateutil==2.9.0.post0 -python-dotenv==1.0.1 -pytz==2024.1 -requests==2.32.3 -rich==13.7.1 -ruff==0.5.6 -six==1.16.0 -tox==4.17.0 -tzdata==2024.1 -urllib3==2.2.2 -virtualenv==20.26.3