qnc-data-tables 0.0.0a0__tar.gz → 0.0.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of qnc-data-tables might be problematic. Click here for more details.
- {qnc_data_tables-0.0.0a0 → qnc_data_tables-0.0.1}/PKG-INFO +2 -2
- {qnc_data_tables-0.0.0a0 → qnc_data_tables-0.0.1}/pyproject.toml +2 -2
- {qnc_data_tables-0.0.0a0 → qnc_data_tables-0.0.1}/qnc_data_tables.egg-info/PKG-INFO +2 -2
- {qnc_data_tables-0.0.0a0 → qnc_data_tables-0.0.1}/qnc_data_tables.egg-info/requires.txt +1 -1
- {qnc_data_tables-0.0.0a0 → qnc_data_tables-0.0.1}/qnc_data_tables/__init__.py +0 -0
- {qnc_data_tables-0.0.0a0 → qnc_data_tables-0.0.1}/qnc_data_tables/_core.py +0 -0
- {qnc_data_tables-0.0.0a0 → qnc_data_tables-0.0.1}/qnc_data_tables.egg-info/SOURCES.txt +0 -0
- {qnc_data_tables-0.0.0a0 → qnc_data_tables-0.0.1}/qnc_data_tables.egg-info/dependency_links.txt +0 -0
- {qnc_data_tables-0.0.0a0 → qnc_data_tables-0.0.1}/qnc_data_tables.egg-info/top_level.txt +0 -0
- {qnc_data_tables-0.0.0a0 → qnc_data_tables-0.0.1}/setup.cfg +0 -0
|
@@ -7,10 +7,10 @@ packages = ["qnc_data_tables"]
|
|
|
7
7
|
|
|
8
8
|
[project]
|
|
9
9
|
name = "qnc_data_tables"
|
|
10
|
-
version = "0.0.
|
|
10
|
+
version = "0.0.1"
|
|
11
11
|
dependencies = [
|
|
12
12
|
# we can probably relax this, but this is the initial version we're building for
|
|
13
|
-
"django>=4.2.19,<
|
|
13
|
+
"django>=4.2.19,<6",
|
|
14
14
|
"html_generators>=2.8.0,<3",
|
|
15
15
|
]
|
|
16
16
|
requires-python = ">= 3.11"
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
django<
|
|
1
|
+
django<6,>=4.2.19
|
|
2
2
|
html_generators<3,>=2.8.0
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{qnc_data_tables-0.0.0a0 → qnc_data_tables-0.0.1}/qnc_data_tables.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|