mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 00:33:00 +00:00
Sync from Windows
This commit is contained in:
parent
8a7397c426
commit
d5f8d807b9
80 changed files with 6079 additions and 5097 deletions
19
setup/requirements.txt
Normal file
19
setup/requirements.txt
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
# 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue