+
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,16 +80,16 @@ dependencies = [
# Testing
"model_bakery==1.10.1",
# Task queue
"rq==2.4.0",
"rq==2.4.1",
"django-rq==3.0.1",
"fakeredis==2.30.1",
# Scheduler
"rq-scheduler==0.14.0",
"crontab==1.0.4",
"crontab==1.0.5",
"freezegun==1.5.2",
# Libs
"certifi==2025.4.26",
"urllib3==2.4.0",
"certifi==2025.7.14",
"urllib3==2.5.0",
"python-dateutil==2.9.0.post0",
"python-mimeparse==2.0.0",
"PyJWT==2.10.1",
Expand All @@ -101,7 +101,7 @@ dependencies = [
"PyYAML==6.0.2",
"cython==3.1.1",
"zipp==3.22.0",
"XlsxWriter==3.2.3",
"XlsxWriter==3.2.5",
# Markdown
"markdown==3.8",
"bleach==6.2.0",
Expand All @@ -122,7 +122,7 @@ dependencies = [
"funcparserlib==0.3.6",
# license expressions
"boolean.py==5.0",
"license-expression==30.4.1",
"license-expression==30.4.4",
# Webhooks
"django-rest-hooks==1.6.1",
# django-notifications
Expand Down
Binary file removed thirdparty/dist/XlsxWriter-3.2.3-py3-none-any.whl
Binary file not shown.
17 changes: 0 additions & 17 deletions thirdparty/dist/XlsxWriter-3.2.3-py3-none-any.whl.ABOUT

This file was deleted.

16 changes: 0 additions & 16 deletions thirdparty/dist/certifi-2025.4.26-py3-none-any.whl.ABOUT

This file was deleted.

Binary file not shown.
16 changes: 16 additions & 0 deletions thirdparty/dist/certifi-2025.7.14-py3-none-any.whl.ABOUT
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
about_resource: certifi-2025.7.14-py3-none-any.whl
name: certifi
version: 2025.7.14
download_url: https://files.pythonhosted.org/packages/4f/52/34c6cf5bb9285074dc3531c437b3919e825d976fde097a7a73f79e726d03/certifi-2025.7.14-py3-none-any.whl
package_url: pkg:pypi/certifi@2025.7.14
license_expression: mpl-2.0
copyright: Copyright certifi project contributors
redistribute: yes
attribute: yes
track_changes: yes
checksum_md5: 8561c6b29236cd268f57ddb4f22281d3
checksum_sha1: b2fd3586d7dc4d1376b285e662fe2e3d4602b594
licenses:
- key: mpl-2.0
name: Mozilla Public License 2.0
file: mpl-2.0.LICENSE
Binary file removed thirdparty/dist/crontab-1.0.4.tar.gz
Binary file not shown.
Binary file added thirdparty/dist/crontab-1.0.5.tar.gz
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
about_resource: crontab-1.0.4.tar.gz
about_resource: crontab-1.0.5.tar.gz
name: crontab
version: 1.0.4
download_url: https://files.pythonhosted.org/packages/1e/8b/3ea72ac8e26090b63779b4e0074af79b02bbbab7ddd01b36109bc0892d31/crontab-1.0.4.tar.gz
version: 1.0.5
download_url: https://files.pythonhosted.org/packages/d6/36/a255b6f5a2e22df03fd2b2f3088974b44b8c9e9407e26b44742cb7cfbf5b/crontab-1.0.5.tar.gz
description: |
Parse and use crontab schedules in Python
Copyright 2011-2021 Josiah Carlson
Expand All @@ -26,7 +26,7 @@ description: |
Seconds No 0-59 0 \* / , -
Minutes Yes 0-59 N/A \* / , -
Hours Yes 0-23 N/A \* / , -
Day of month Yes 1-31 N/A \* / , - ? L
Day of month Yes 1-31 N/A \* / , - ? L Z
Month Yes 1-12 or JAN-DEC N/A \* / , -
Day of week Yes 0-6 or SUN-SAT N/A \* / , - ? L
Year No 1970-2099 * \* / , -
Expand Down Expand Up @@ -122,15 +122,19 @@ description: |
24 7 * * L5 -> 7:24 AM on the last friday of every month
24 7 * * Lwed-fri ->
7:24 AM on the last wednesday, thursday, and friday of every month
0 8 L * * -> 8 AM on the last day of the month, every month
0 8 Z0 * * -> 8 AM on the last day of the month, z0 is an alias for L
0 8 Z1 * * -> 8 AM 1 day before the last day of the month, every month
0 8 Z2 * * -> 8 AM 2 days before last day of the month, every month
homepage_url: https://github.com/josiahcarlson/parse-crontab
package_url: pkg:pypi/crontab@1.0.4
package_url: pkg:pypi/crontab@1.0.5
license_expression: lgpl-2.1 AND (lgpl-2.0-plus AND lgpl-2.0 AND lgpl-3.0)
copyright: Copyright Josiah Carlson
redistribute: yes
attribute: yes
track_changes: yes
checksum_md5: ad190b69ff4199c44a5170daf896e73f
checksum_sha1: 5a7e52b3f0e84519966b370b871c0ca1d3f9c20a
checksum_md5: 77ddc1000a05cbcf82e4471d6382cbef
checksum_sha1: e5a630966b862ab66f71db3e730da9d853e96f02
licenses:
- key: lgpl-2.1
name: GNU Lesser General Public License 2.1
Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
about_resource: license_expression-30.4.1-py3-none-any.whl
about_resource: license_expression-30.4.4-py3-none-any.whl
name: license-expression
version: 30.4.1
download_url: https://files.pythonhosted.org/packages/53/84/8a89614b2e7eeeaf0a68a4046d6cfaea4544c8619ea02595ebeec9b2bae3/license_expression-30.4.1-py3-none-any.whl
package_url: pkg:pypi/license-expression@30.4.1
version: 30.4.4
download_url: https://files.pythonhosted.org/packages/af/40/791891d4c0c4dab4c5e187c17261cedc26285fd41541577f900470a45a4d/license_expression-30.4.4-py3-none-any.whl
package_url: pkg:pypi/license-expression@30.4.4
license_expression: apache-2.0 AND cc-by-4.0 AND public-domain
copyright: Copyright nexB Inc. and others
attribute: yes
track_changes: yes
checksum_md5: 965ece13e5daf4d68fd3f6a48556eaa5
checksum_sha1: a1dfb4a5dfd8aaf1800eaaf236e8058ccda71bc8
checksum_md5: 38cf609141d00ccd7b67ece1d02a8e5d
checksum_sha1: 07820db644fb16f981f64d117d6ae5e843d2de4f
licenses:
- key: apache-2.0
name: Apache License 2.0
Expand Down
Binary file removed thirdparty/dist/rq-2.4.0-py3-none-any.whl
Binary file not shown.
14 changes: 0 additions & 14 deletions thirdparty/dist/rq-2.4.0-py3-none-any.whl.ABOUT

This file was deleted.

Binary file added thirdparty/dist/rq-2.4.1-py3-none-any.whl
Binary file not shown.
14 changes: 14 additions & 0 deletions thirdparty/dist/rq-2.4.1-py3-none-any.whl.ABOUT
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
about_resource: rq-2.4.1-py3-none-any.whl
name: rq
version: 2.4.1
download_url: https://files.pythonhosted.org/packages/8a/c4/ffd7a6d9a706a50ab91c8bd42ff54cd9b228613d6bb80f7728a5144518b1/rq-2.4.1-py3-none-any.whl
package_url: pkg:pypi/rq@2.4.1
license_expression: bsd-new
copyright: Copyright rq project contributors
attribute: yes
checksum_md5: fd8c9d4114a963242d5ab9189833a678
checksum_sha1: eaed269baf09b8ec0b356684380c0f36a753d4af
licenses:
- key: bsd-new
name: BSD-3-Clause
file: bsd-new.LICENSE
17 changes: 0 additions & 17 deletions thirdparty/dist/urllib3-2.4.0-py3-none-any.whl.ABOUT

This file was deleted.

Binary file not shown.
17 changes: 17 additions & 0 deletions thirdparty/dist/urllib3-2.5.0-py3-none-any.whl.ABOUT
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
about_resource: urllib3-2.5.0-py3-none-any.whl
name: urllib3
version: 2.5.0
download_url: https://files.pythonhosted.org/packages/a7/c2/fe1e52489ae3122415c51f387e221dd0773709bad6c6cdaa599e8a2c5185/urllib3-2.5.0-py3-none-any.whl
package_url: pkg:pypi/urllib3@2.5.0
license_expression: mit AND unknown-license-reference
copyright: Copyright urllib3 project contributors
attribute: yes
checksum_md5: ad350c7f4abae4203b487780de9ad034
checksum_sha1: 91da463b607f7952d6f816faf67e2471c49e4a0c
licenses:
- key: mit
name: MIT License
file: mit.LICENSE
- key: unknown-license-reference
name: Unknown License file reference
file: unknown-license-reference.LICENSE
Binary file not shown.
17 changes: 17 additions & 0 deletions thirdparty/dist/xlsxwriter-3.2.5-py3-none-any.whl.ABOUT
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
about_resource: xlsxwriter-3.2.5-py3-none-any.whl
name: xlsxwriter
version: 3.2.5
download_url: https://files.pythonhosted.org/packages/fa/34/a22e6664211f0c8879521328000bdcae9bf6dbafa94a923e531f6d5b3f73/xlsxwriter-3.2.5-py3-none-any.whl
package_url: pkg:pypi/xlsxwriter@3.2.5
license_expression: bsd-new AND bsd-simplified
copyright: Copyright xlsxwriter project contributors
attribute: yes
checksum_md5: 2af0a20be6d5b13e94a967148c5cc976
checksum_sha1: 128ae34ec419a2bf904fc30264cc7c87384c62d5
licenses:
- key: bsd-simplified
name: BSD-2-Clause
file: bsd-simplified.LICENSE
- key: bsd-new
name: BSD-3-Clause
file: bsd-new.LICENSE
点击 这是indexloc提供的php浏览器服务,不要输入任何密码和下载