Last active
June 4, 2023 00:53
-
-
Save rdenadai/585489b9dba9479a37eaa3440daec616 to your computer and use it in GitHub Desktop.
Default requirements.txt with lots of libs that i use
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pip | |
# pipenv | |
poetry | |
sphinx | |
black | |
isort | |
flake8 | |
pylint | |
mypy | |
# dlint | |
bandit | |
mccabe | |
perflint | |
ruff | |
pytest | |
pytest-cov | |
pytest-mock | |
pytest-asyncio | |
pyperf | |
line-profiler | |
memory_profiler | |
scalene | |
snakeviz | |
pyinstaller | |
staticx | |
psutil | |
dill | |
python-decouple | |
pygame | |
arcade | |
PySide2 | |
ModernGL | |
requests | |
pyopenssl | |
ndg-httpsclient | |
pyasn1 | |
stegano | |
Pillow | |
arrow | |
pytz | |
cryptography | |
click | |
more-itertools | |
cytoolz | |
# toolz | |
xlsxwriter | |
html5lib | |
PyPDF2 | |
reportlab | |
html2pdf | |
Scrapy | |
beautifulsoup4 | |
python-social-auth | |
weasyprint | |
cython | |
xhtml2pdf | |
pelican | |
howdoi | |
npyscreen | |
tablib | |
pyserial | |
argparse | |
cerberus | |
coconut | |
tweepy | |
slack-sdk | |
python-binance | |
psycopg2-binary | |
# mysql-connector-python | |
# cx-Oracle | |
# pyodbc | |
pymongo | |
motor | |
mongoengine | |
SQLAlchemy | |
sqlmodel | |
peewee | |
redis | |
pgcopy | |
tornado | |
celery | |
jsonschema | |
pyzmq | |
msgspec | |
ipython[all] | |
jupyterlab | |
numpy | |
scipy | |
matplotlib | |
pandas | |
pyenchant | |
pytesseract | |
nltk | |
jellyfish | |
textblob | |
spacy | |
gensim | |
wordcloud | |
tokenizers | |
transformers | |
pyclustering | |
hdbscan | |
umap-learn | |
lolP | |
pyod | |
xgboost | |
minisom | |
pyamg | |
scikit-learn | |
scikit-image | |
scikit-video | |
imutils | |
TA-Lib | |
sympy | |
statsmodels | |
numexpr | |
pymc3 | |
cupy | |
bokeh | |
seaborn | |
plotly | |
pyephem | |
astropy | |
skyfield | |
h5py | |
dlib | |
opencv-contrib-python | |
onnx | |
tensorflow | |
keras | |
efficientnet | |
torch | |
torchvision | |
torchtext | |
torchaudio | |
skorch | |
pytorch-lightning | |
pydub | |
librosa | |
jupyterlab | |
jupyter_contrib_nbextensions | |
jupyterthemes | |
autopep8 | |
gunicorn | |
uvicorn | |
# starlette[full] | |
httpx | |
fastapi-users[mongodb] | |
# fastapi | |
# pydantic | |
# Jinja2 | |
websockets | |
aiomultiprocess | |
aiohttp | |
cchardet | |
aiodns | |
uvloop | |
ujson | |
orjson | |
python-rapidjson | |
Flask | |
Flask-assets | |
Flask-Cors | |
Flask-babel | |
Flask-compress | |
Flask-mongoengine | |
cssmin | |
jsmin | |
django | |
django-grappelli | |
django-suit | |
django-import-export | |
django-form-utils | |
django-compressor | |
django-debug-toolbar | |
django-pagedown | |
django-markdown | |
dj-database-url | |
dj-static | |
mandrill | |
boto3 | |
django-storages | |
python-binary-memcached | |
django-bmemcached | |
whitenoise | |
tbb | |
icc-rt | |
pyjion | |
numba | |
nuitka | |
ray | |
jax | |
jaxlib | |
wasmer | |
# PySUS | |
# selenium | |
# transmissionrpc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment