VanithaSivaraj commited on
Commit
f2018aa
·
1 Parent(s): 1df2bc7

added package file and requirment.txt

Browse files
app/insightfy_utils-0.1.0-py3-none-any.whl ADDED
Binary file (32.2 kB). View file
 
requirements.txt CHANGED
@@ -10,12 +10,16 @@ pymongo==4.6.0
10
  # Cache
11
  redis==5.0.1
12
 
 
 
 
13
  # Authentication and security
14
  python-jose[cryptography]==3.3.0
15
  passlib[bcrypt]==1.7.4
16
  pydantic[email]==2.5.0
17
  pydantic-settings==2.1.0
18
 
 
19
  # Testing
20
  pytest==7.4.3
21
  pytest-asyncio==0.21.1
@@ -24,7 +28,7 @@ hypothesis==6.92.1
24
 
25
  # Utilities
26
  python-dotenv==1.0.0
27
- insightfy-utils==0.1.0
28
 
29
  # SMS and Email
30
  twilio==8.10.3
 
10
  # Cache
11
  redis==5.0.1
12
 
13
+ # Centralized logging
14
+ insightfy-utils>=0.1.0
15
+
16
  # Authentication and security
17
  python-jose[cryptography]==3.3.0
18
  passlib[bcrypt]==1.7.4
19
  pydantic[email]==2.5.0
20
  pydantic-settings==2.1.0
21
 
22
+
23
  # Testing
24
  pytest==7.4.3
25
  pytest-asyncio==0.21.1
 
28
 
29
  # Utilities
30
  python-dotenv==1.0.0
31
+ # insightfy-utils==0.1.0
32
 
33
  # SMS and Email
34
  twilio==8.10.3