summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authornavanchauhan <navanchauhan@gmail.com>2023-06-14 22:01:49 +0530
committernavanchauhan <navanchauhan@gmail.com>2023-06-14 22:01:49 +0530
commitbc7d935c77a9ecc73fb5ef0493b5f517ef8618f9 (patch)
treee3067770f352423b825b0ed3ca37b236821adeb0 /requirements.txt
parent3b617b41dfaa94744f0f4c85b7406784c2108a6b (diff)
remove sentry
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/requirements.txt b/requirements.txt
index f091674..07d854c 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,5 +1,4 @@
altgraph==0.17.3; python_version >= "3.7" and python_version < "3.12" and sys_platform == "darwin"
-certifi==2023.5.7; python_version >= "3.6"
contourpy==1.0.7; python_version >= "3.8"
cycler==0.11.0; python_version >= "3.8"
darkdetect==0.8.0; python_version >= "3.6"
@@ -24,7 +23,6 @@ python-dateutil==2.8.2; python_version >= "3.8" and python_full_version < "3.0.0
python-docx==0.8.11
pytz==2023.3; python_version >= "3.8"
pywin32-ctypes==0.2.0; python_version >= "3.7" and python_version < "3.12" and sys_platform == "win32"
-sentry-sdk==1.23.1
setuptools-scm==7.1.0; python_version >= "3.8"
six==1.16.0; python_version >= "3.8" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" and python_version >= "3.8"
sv-ttk==2.4.5; python_version >= "3.4"
@@ -32,6 +30,5 @@ tomli==2.0.1; python_version < "3.11" and python_version >= "3.8"
ttkwidgets==0.13.0; python_version >= "3.6"
typing-extensions==4.5.0; python_version >= "3.8"
tzdata==2023.3; python_version >= "3.8"
-urllib3==1.26.16; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.6.0")
xlrd==2.0.1; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.6.0")
zipp==3.15.0; python_version < "3.10" and python_version >= "3.8"