til.duyet.net
blog
Search…
til.duyet.net
🤪
Today I Learned
Data Engineering
☁
AWS
⚒
Tools
💻
Shell
☸
Kubernetes, Helm, Kustomize
🔄
Apache Airflow
🐳
Docker
Database
Google BigQuery
Apache Hive
AWS Redshift / Postgres
Presto
Programming
🍪
Rust
🐍
Python
YAML config file with environment variables
date_range_generator
get_all_s3_keys
Pipenv
👻
Golang
💎
Javascript / Typescript
✨
FE / React
Unix
Git - Pretty git branch graphs
Checking files in Docker build context
Bash get the directory of the current script
Vim
Find and replace
Miscellaneous
[Fig] Single machine and distributed system structure
Deploying Machine Learning Models at Scale
Bypass a Chrome certificate/HSTS error
Articles
Powered By GitBook
Pipenv

Generate requirements.txt from Pipfile

1
$ pipenv lock -r
2
​
3
✔ Success!
4
Updated Pipfile.lock (f092c8)!
5
-i https://pypi.python.org/simple
6
cerberus==1.2
7
certifi==2018.11.29
8
chardet==3.0.4
9
click==7.0
10
...
Copied!
​
Previous
get_all_s3_keys
Next - Programming
Golang
Last modified 2yr ago
Copy link
Edit on GitHub