Skip to content

Commit 748e8fe

Browse files
authored
Update requirements.txt
1 parent 82e329e commit 748e8fe

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

requirements.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,10 @@ pytest==7.2.0
1616

1717
# NTRU library for quantum-resistant cryptography
1818
ntru==0.1.0 # Ensure to check for the latest version or specific version you need
19+
20+
# Additional libraries for data visualization (optional)
21+
matplotlib==3.6.0 # For plotting and visualizing data
22+
seaborn==0.12.0 # For statistical data visualization
23+
24+
# Optional: dotenv for environment variable management
25+
python-dotenv==0.20.0 # For loading environment variables from a .env file

0 commit comments

Comments
 (0)