From 0a67af96904d723e4cc60f1f3958cb18f9146dd3 Mon Sep 17 00:00:00 2001 From: yann Date: Wed, 20 Aug 2025 14:47:58 +0200 Subject: [PATCH] install sentry --- Pipfile | 1 + Pipfile.lock | 27 ++++++++++++++++++++++++++- config.py | 5 ----- 3 files changed, 27 insertions(+), 6 deletions(-) delete mode 100644 config.py diff --git a/Pipfile b/Pipfile index e613d32..1d9ef02 100644 --- a/Pipfile +++ b/Pipfile @@ -9,6 +9,7 @@ mysql-connector-python = "*" flake8 = "*" flake8-html = "*" pytest = "*" +sentry-sdk = "*" [dev-packages] diff --git a/Pipfile.lock b/Pipfile.lock index bf6859e..4e7a04c 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "cfa8671212ad20e3d9752509b7d700143b3c1622bb7a13fc892bcfd86b888abd" + "sha256": "b3e0227c7afe29a83bdcb59401e9133cb2ee204d2c6dcd0d6e6d00b9781f0558" }, "pipfile-spec": 6, "requires": { @@ -16,6 +16,14 @@ ] }, "default": { + "certifi": { + "hashes": [ + "sha256:e564105f78ded564e3ae7c923924435e1daa7463faeab5bb932bc53ffae63407", + "sha256:f6c12493cfb1b06ba2ff328595af9350c65d6644968e5d3a2ffd78699af217a5" + ], + "markers": "python_version >= '3.7'", + "version": "==2025.8.3" + }, "exceptiongroup": { "hashes": [ "sha256:4d111e6e0c13d0644cad6ddaa7ed0261a0b36971f6d23e7ec9b4b9097da78a10", @@ -275,6 +283,15 @@ "markers": "python_version >= '3.9'", "version": "==8.4.1" }, + "sentry-sdk": { + "hashes": [ + "sha256:5ea58d352779ce45d17bc2fa71ec7185205295b83a9dbb5707273deb64720092", + "sha256:6e0c29b9a5d34de8575ffb04d289a987ff3053cf2c98ede445bea995e3830263" + ], + "index": "pypi", + "markers": "python_version >= '3.6'", + "version": "==2.35.0" + }, "sqlalchemy": { "hashes": [ "sha256:023b3ee6169969beea3bb72312e44d8b7c27c75b347942d943cf49397b7edeb5", @@ -384,6 +401,14 @@ ], "markers": "python_version >= '3.9'", "version": "==4.14.1" + }, + "urllib3": { + "hashes": [ + "sha256:3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760", + "sha256:e6b01673c0fa6a13e374b50871808eb3bf7046c4b125b216f6bf1cc604cff0dc" + ], + "markers": "python_version >= '3.9'", + "version": "==2.5.0" } }, "develop": {} diff --git a/config.py b/config.py deleted file mode 100644 index 739599a..0000000 --- a/config.py +++ /dev/null @@ -1,5 +0,0 @@ -user = "epicevents" -password = "m3gapassword" - -user1 = "root" -pass1 = "proutproutprout"