8000 add python requirements.txt by MFTabriz · Pull Request #1399 · hpc/charliecloud · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on May 27, 2025. It is now read-only.

add python requirements.txt #1399

Merged
merged 12 commits into from
Aug 9, 2022
12 changes: 12 additions & 0 deletions packaging/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# This file contains the list of required python packages for the project in
# requirements format. NOTE: It is provided on a “best effort” basis and is
# not supported or maintained by the Charliecloud team. The source of truth
# for all version dependencies is configure.ac. However, patches to keep it up
# date are always welcome.

# Users can install all our python dependencies simply by running:
# > pip install -r requirements.txt

lark-parser
wheel
requests>=2.6.0
0