nci-cidc-api-modules 1.0.8__py3-none-any.whl → 1.0.9__py3-none-any.whl

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.
@@ -1,13 +1,13 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: nci_cidc_api_modules
3
- Version: 1.0.8
3
+ Version: 1.0.9
4
4
  Summary: SQLAlchemy data models and configuration tools used in the NCI CIDC API
5
5
  Home-page: https://github.com/NCI-CIDC/cidc-api-gae
6
6
  License: MIT license
7
7
  Requires-Python: >=3.9
8
8
  Description-Content-Type: text/markdown
9
9
  License-File: LICENSE
10
- Requires-Dist: werkzeug ==2.3.8
10
+ Requires-Dist: werkzeug ==3.0.3
11
11
  Requires-Dist: flask ==2.2.5
12
12
  Requires-Dist: flask-migrate ==2.5.2
13
13
  Requires-Dist: flask-sqlalchemy ==2.5.1
@@ -117,12 +117,14 @@ psql postgresec -c "create user cidcdev with password '1234'"
117
117
  # Database to use for local development
118
118
  psql postgres -c "create database cidc"
119
119
  psql cidc -c "grant all privileges on database cidc to cidcdev"
120
+ psql cidc -c "grant all privileges on schema public to cidcdev"
120
121
  psql cidc -c "create extension citext"
121
122
  psql cidc -c "create extension pgcrypto"
122
123
 
123
124
  # Database to use for automated testing
124
125
  psql postgres -c "create database cidctest"
125
126
  psql cidctest -c "grant all privileges on database cidctest to cidcdev"
127
+ psql cidctest -c "grant all privileges on schema public to cidcdev"
126
128
  psql cidctest -c "create extension citext"
127
129
  psql cidctest -c "create extension pgcrypto"
128
130
  ```
@@ -18,8 +18,8 @@ cidc_api/shared/auth.py,sha256=VMd_3QJE2iG16QxuGzHBV9MzJJItOZNn9gcw0_iUBLI,11647
18
18
  cidc_api/shared/emails.py,sha256=5dyuKlpcg1M4P_RrAt0ss2hiCqb-Y7p2XXR1d9uBXg8,4868
19
19
  cidc_api/shared/gcloud_client.py,sha256=7dDs0crLMJKdIp4IDSfrZBMB3h-zvWNieB81azoeLO4,33746
20
20
  cidc_api/shared/rest_utils.py,sha256=LMfBpvJRjkfQjCzVXuhTTe4Foz4wlvaKg6QntyR-Hkc,6648
21
- nci_cidc_api_modules-1.0.8.dist-info/LICENSE,sha256=pNYWVTHaYonnmJyplmeAp7tQAjosmDpAWjb34jjv7Xs,1102
22
- nci_cidc_api_modules-1.0.8.dist-info/METADATA,sha256=JcUR-4xTg9GZJs3cpR7zko_-A666MGi2EEhuF8kG3Hw,40342
23
- nci_cidc_api_modules-1.0.8.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
24
- nci_cidc_api_modules-1.0.8.dist-info/top_level.txt,sha256=rNiRzL0lJGi5Q9tY9uSoMdTbJ-7u5c_D2E86KA94yRA,9
25
- nci_cidc_api_modules-1.0.8.dist-info/RECORD,,
21
+ nci_cidc_api_modules-1.0.9.dist-info/LICENSE,sha256=pNYWVTHaYonnmJyplmeAp7tQAjosmDpAWjb34jjv7Xs,1102
22
+ nci_cidc_api_modules-1.0.9.dist-info/METADATA,sha256=qgcUc4UDf8wzx1U9aksotUyA1HvGjKfLoBcgSg2ap7w,40474
23
+ nci_cidc_api_modules-1.0.9.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
24
+ nci_cidc_api_modules-1.0.9.dist-info/top_level.txt,sha256=rNiRzL0lJGi5Q9tY9uSoMdTbJ-7u5c_D2E86KA94yRA,9
25
+ nci_cidc_api_modules-1.0.9.dist-info/RECORD,,