20 lines
289 B
Text
20 lines
289 B
Text
# Package Allowlist
|
|
#
|
|
# List of Python packages that are allowed to be installed
|
|
# One package per line
|
|
|
|
# Standard library packages (implicitly allowed, listed for reference)
|
|
requests
|
|
urllib3
|
|
certifi
|
|
|
|
# Data science
|
|
numpy
|
|
pandas
|
|
scipy
|
|
matplotlib
|
|
seaborn
|
|
|
|
# Utilities
|
|
python-dateutil
|
|
pytz
|