edx-enterprise-data 8.3.0__py3-none-any.whl → 8.3.1__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,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: edx-enterprise-data
3
- Version: 8.3.0
3
+ Version: 8.3.1
4
4
  Summary: Enterprise Reporting
5
5
  Home-page: https://github.com/openedx/edx-enterprise-data
6
6
  Author: edX
@@ -24,21 +24,21 @@ Requires-Dist: edx-rbac
24
24
  Requires-Dist: edx-rest-api-client
25
25
  Requires-Dist: factory-boy
26
26
  Requires-Dist: mysql-connector-python
27
- Requires-Dist: numpy <=1.24.4
28
- Requires-Dist: pandas <=2.0.3
27
+ Requires-Dist: numpy<=1.24.4
28
+ Requires-Dist: pandas<=2.0.3
29
29
  Requires-Dist: requests
30
30
  Requires-Dist: rules
31
31
  Provides-Extra: reporting
32
- Requires-Dist: PGPy ; extra == 'reporting'
33
- Requires-Dist: awscli ; extra == 'reporting'
34
- Requires-Dist: boto3 ; extra == 'reporting'
35
- Requires-Dist: celery ==5.3.6 ; extra == 'reporting'
36
- Requires-Dist: cryptography ; extra == 'reporting'
37
- Requires-Dist: https ; extra == 'reporting'
38
- Requires-Dist: paramiko ; extra == 'reporting'
39
- Requires-Dist: pyminizip ; extra == 'reporting'
40
- Requires-Dist: snowflake-connector-python ; extra == 'reporting'
41
- Requires-Dist: unicodecsv ==0.14.1 ; extra == 'reporting'
42
- Requires-Dist: vertica-python ; extra == 'reporting'
32
+ Requires-Dist: PGPy; extra == "reporting"
33
+ Requires-Dist: awscli; extra == "reporting"
34
+ Requires-Dist: boto3; extra == "reporting"
35
+ Requires-Dist: celery==5.3.6; extra == "reporting"
36
+ Requires-Dist: cryptography; extra == "reporting"
37
+ Requires-Dist: https; extra == "reporting"
38
+ Requires-Dist: paramiko; extra == "reporting"
39
+ Requires-Dist: pyminizip; extra == "reporting"
40
+ Requires-Dist: snowflake-connector-python; extra == "reporting"
41
+ Requires-Dist: unicodecsv==0.14.1; extra == "reporting"
42
+ Requires-Dist: vertica-python; extra == "reporting"
43
43
 
44
44
  Tools and products related to providing access to Enterprise data.
@@ -1,4 +1,4 @@
1
- enterprise_data/__init__.py,sha256=JHlSJ-Qb3ZQAeXmu39_pHVKHsKMJhrBFC4PUa-oeVtU,123
1
+ enterprise_data/__init__.py,sha256=9P5euSdqQ9R848n450LMmcWN8bT4_wUPcxDHek9waKk,123
2
2
  enterprise_data/apps.py,sha256=aF6hZwDfI2oWj95tUTm_2ikHueQj-jLj-u0GrgzpsQI,414
3
3
  enterprise_data/clients.py,sha256=GvQupy5TVYfO_IKC3yzXSAgNP54r-PtIjidM5ws9Iks,3947
4
4
  enterprise_data/constants.py,sha256=uCKjfpdlMYFZJsAj3n9RMw4Cmg5_6s3NuwocO-fch3s,238
@@ -147,8 +147,8 @@ enterprise_reporting/tests/test_send_enterprise_reports.py,sha256=WtL-RqGgu2x5PP
147
147
  enterprise_reporting/tests/test_utils.py,sha256=Zt_TA0LVb-B6fQGkUkAKKVlUKKnQh8jnw1US1jKe7g8,9493
148
148
  enterprise_reporting/tests/test_vertica_client.py,sha256=-R2yNCGUjRtoXwLMBloVFQkFYrJoo613VCr61gwI3kQ,140
149
149
  enterprise_reporting/tests/utils.py,sha256=xms2LM7DV3wczXEfctOK1ddel1EE0J_YSr17UzbCDy4,1401
150
- edx_enterprise_data-8.3.0.dist-info/LICENSE,sha256=dql8h4yceoMhuzlcK0TT_i-NgTFNIZsgE47Q4t3dUYI,34520
151
- edx_enterprise_data-8.3.0.dist-info/METADATA,sha256=II7SpGZtFiTm5AZirTzKkugBrYoyJ1PhWk25pBs98MY,1584
152
- edx_enterprise_data-8.3.0.dist-info/WHEEL,sha256=R0nc6qTxuoLk7ShA2_Y-UWkN8ZdfDBG2B6Eqpz2WXbs,91
153
- edx_enterprise_data-8.3.0.dist-info/top_level.txt,sha256=f5F2kU-dob6MqiHJpgZkFzoCD5VMhsdpkTV5n9Tvq3I,59
154
- edx_enterprise_data-8.3.0.dist-info/RECORD,,
150
+ edx_enterprise_data-8.3.1.dist-info/LICENSE,sha256=dql8h4yceoMhuzlcK0TT_i-NgTFNIZsgE47Q4t3dUYI,34520
151
+ edx_enterprise_data-8.3.1.dist-info/METADATA,sha256=Wb7AA7AgVPyoHB7_BzDnbnjcZ_-xx1nXtUCf0vkrAs8,1569
152
+ edx_enterprise_data-8.3.1.dist-info/WHEEL,sha256=R0nc6qTxuoLk7ShA2_Y-UWkN8ZdfDBG2B6Eqpz2WXbs,91
153
+ edx_enterprise_data-8.3.1.dist-info/top_level.txt,sha256=f5F2kU-dob6MqiHJpgZkFzoCD5VMhsdpkTV5n9Tvq3I,59
154
+ edx_enterprise_data-8.3.1.dist-info/RECORD,,
@@ -2,4 +2,4 @@
2
2
  Enterprise data api application. This Django app exposes API endpoints used by enterprises.
3
3
  """
4
4
 
5
- __version__ = "8.3.0"
5
+ __version__ = "8.3.1"