detquantlib 3.1.0__tar.gz → 3.1.2__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: detquantlib
3
- Version: 3.1.0
3
+ Version: 3.1.2
4
4
  Summary: An internal library containing functions and classes that can be used across Quant models.
5
5
  Author: DET
6
6
  Requires-Python: >=3.10,<4.0
@@ -14,6 +14,7 @@ Requires-Dist: pandas (>=2.2.3,<3.0.0)
14
14
  Requires-Dist: paramiko (>=3.5.1,<4.0.0)
15
15
  Requires-Dist: plotly (>=6.0.1,<7.0.0)
16
16
  Requires-Dist: pyodbc (>=5.2.0,<6.0.0)
17
+ Requires-Dist: python-dotenv (>=1.1.0,<2.0.0)
17
18
  Project-URL: Repository, https://github.com/Dynamic-Energy-Trading/detquantlib
18
19
  Description-Content-Type: text/markdown
19
20
 
@@ -0,0 +1 @@
1
+ from .dates import *
@@ -0,0 +1 @@
1
+ # Empty file required by poetry. Do not delete.
@@ -0,0 +1 @@
1
+ # Empty file required by poetry. Do not delete.
@@ -0,0 +1 @@
1
+ from .tradable_products import *
@@ -0,0 +1 @@
1
+ from .utils import *
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "detquantlib"
3
- version = "3.1.0"
3
+ version = "3.1.2"
4
4
  description = "An internal library containing functions and classes that can be used across Quant models."
5
5
  authors = ["DET"]
6
6
  readme = "README.md"
@@ -16,6 +16,7 @@ numpy = "^2.2.4"
16
16
  pandas = "^2.2.3"
17
17
  plotly = "^6.0.1"
18
18
  pyodbc = "^5.2.0"
19
+ python-dotenv = "^1.1.0"
19
20
 
20
21
  [tool.poetry.group.dev.dependencies]
21
22
  toml = "^0.10.2"
File without changes
File without changes