mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 16:53:00 +00:00
19 lines
310 B
Text
19 lines
310 B
Text
# This file lists all the must-have libraries for installing a new computer
|
|
# For scripting use
|
|
# pip install -r requirements.txt
|
|
colorama
|
|
# Basic Mathemetics
|
|
numpy
|
|
matplotlib
|
|
# Data Analysis
|
|
pandas
|
|
# Image Processing
|
|
pillow
|
|
# Web Scraping
|
|
requests
|
|
beautifulsoup4
|
|
# Testing
|
|
pytest
|
|
mypy
|
|
# Healthy Neovim
|
|
pynvim
|