DEV Community

Yuta Goto
Yuta Goto

Posted on

export requirements.txt from Pipfile

これは .ごっ!のアドベントカレンダー の13日目の記事です。

Pipfile.lock ファイルから requirements.txt ファイルを生成する方法は以下のコマンドを実行します。

$ pipenv requirements > requirements.txt
Enter fullscreen mode Exit fullscreen mode

開発モジュールを含める場合は --dev オプションも付けます。

$ pipenv requirements --dev > requirements.txt
Enter fullscreen mode Exit fullscreen mode

Top comments (0)

Image of Docusign

🛠️ Bring your solution into Docusign. Reach over 1.6M customers.

Docusign is now extensible. Overcome challenges with disconnected products and inaccessible data by bringing your solutions into Docusign and publishing to 1.6M customers in the App Center.

Learn more

👋 Kindness is contagious

Explore a sea of insights with this enlightening post, highly esteemed within the nurturing DEV Community. Coders of all stripes are invited to participate and contribute to our shared knowledge.

Expressing gratitude with a simple "thank you" can make a big impact. Leave your thanks in the comments!

On DEV, exchanging ideas smooths our way and strengthens our community bonds. Found this useful? A quick note of thanks to the author can mean a lot.

Okay