-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
88 additions
and
79 deletions.
There are no files selected for viewing
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,57 +1,57 @@ | ||
# Direct requirements | ||
# dnspython is needed for pymongo to access server clusters. | ||
dnspython==2.1.0 | ||
docker==5.0.0 | ||
FireWorks==1.9.7 | ||
google-cloud-logging==2.3.1 | ||
google-cloud-storage==1.37.1 | ||
requests==2.25.1 | ||
ruamel.yaml==0.17.4 | ||
ruamel.yaml.clib==0.2.2 | ||
# Direct requirements with frozen versions for reproducible testing. | ||
# FireWorks requires pymongo; dnspython enables pymongo to access server clusters. | ||
dnspython==2.3.0 | ||
docker==6.0.1 | ||
FireWorks==2.0.3 | ||
google-cloud-logging==3.5.0 | ||
google-cloud-storage==2.8.0 | ||
requests==2.28.2 | ||
ruamel.yaml==0.17.21 | ||
ruamel.yaml.clib==0.2.7 | ||
|
||
# Indirect requirements | ||
appdirs==1.4.4 | ||
cachetools==4.2.1 | ||
certifi==2020.12.5 | ||
cffi==1.14.5 | ||
chardet==4.0.0 | ||
click==7.1.2 | ||
distlib==0.3.1 | ||
filelock==3.0.12 | ||
Flask==1.1.2 | ||
flask-paginate==0.8.1 | ||
google-api-core==1.26.3 | ||
google-auth==1.29.0 | ||
google-cloud-core==1.6.0 | ||
google-crc32c==1.1.2 | ||
google-resumable-media==1.2.0 | ||
googleapis-common-protos==1.53.0 | ||
grpcio==1.37.0 | ||
# Indirect requirements added by pip freeze. | ||
cachetools==5.3.0 | ||
certifi==2022.12.7 | ||
charset-normalizer==3.1.0 | ||
click==8.1.3 | ||
distlib==0.3.6 | ||
filelock==3.11.0 | ||
Flask==2.2.3 | ||
flask-paginate==2022.1.8 | ||
google-api-core==2.11.0 | ||
google-auth==2.17.2 | ||
google-cloud-appengine-logging==1.3.0 | ||
google-cloud-audit-log==0.2.5 | ||
google-cloud-core==2.3.2 | ||
google-crc32c==1.5.0 | ||
google-resumable-media==2.4.1 | ||
googleapis-common-protos==1.59.0 | ||
grpc-google-iam-v1==0.12.6 | ||
grpcio==1.53.0 | ||
grpcio-status==1.53.0 | ||
gunicorn==20.1.0 | ||
idna==2.10 | ||
itsdangerous==1.1.0 | ||
Jinja2==2.11.3 | ||
MarkupSafe==1.1.1 | ||
monty==2021.3.3 | ||
packaging==20.9 | ||
pbr==5.5.1 | ||
proto-plus==1.18.1 | ||
protobuf==3.15.8 | ||
idna==3.4 | ||
itsdangerous==2.1.2 | ||
Jinja2==3.1.2 | ||
MarkupSafe==2.1.2 | ||
monty==2022.9.9 | ||
packaging==23.0 | ||
pbr==5.11.1 | ||
platformdirs==3.2.0 | ||
proto-plus==1.22.2 | ||
protobuf==4.22.1 | ||
pyasn1==0.4.8 | ||
pyasn1-modules==0.2.8 | ||
pycparser==2.20 | ||
pymongo==3.11.3 | ||
pyparsing==2.4.7 | ||
python-dateutil==2.8.1 | ||
pytz==2021.1 | ||
rsa==4.7.2 | ||
six==1.15.0 | ||
stevedore==3.3.0 | ||
tabulate==0.8.9 | ||
tqdm==4.60.0 | ||
urllib3==1.26.5 | ||
virtualenv==20.4.3 | ||
virtualenv-clone==0.5.4 | ||
pymongo==4.3.3 | ||
python-dateutil==2.8.2 | ||
rsa==4.9 | ||
six==1.16.0 | ||
stevedore==5.0.0 | ||
tabulate==0.9.0 | ||
tqdm==4.65.0 | ||
urllib3==1.26.15 | ||
virtualenv==20.21.0 | ||
virtualenv-clone==0.5.7 | ||
virtualenvwrapper==4.8.4 | ||
websocket-client==0.58.0 | ||
Werkzeug==1.0.1 | ||
websocket-client==1.5.1 | ||
Werkzeug==2.2.3 |
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,21 @@ | ||
## Create the "fireworker" python virtual environment for development, and select it in this directory: | ||
# pyenv install 3.8.9 | ||
# pyenv install 3.11.3 | ||
# | ||
# pyenv virtualenv 3.8.9 fireworker && pyenv local fireworker | ||
# pyenv virtualenv 3.11.3 fireworker && pyenv local fireworker | ||
# pip install --upgrade pip setuptools virtualenv virtualenvwrapper virtualenv-clone wheel | ||
# pip install -r requirements.txt && pyenv rehash | ||
|
||
# Direct dependents | ||
# dnspython is needed for pymongo to access server clusters. | ||
dnspython==2.1.0 | ||
google-cloud-logging>=2.3.1 | ||
google-cloud-storage>=1.37.1 | ||
docker>=5.0.0 | ||
FireWorks>=1.9.6 | ||
requests>=2.25.1 | ||
ruamel.yaml>=0.17.4 | ||
# Direct requirements. | ||
# FireWorks requires pymongo; dnspython enables pymongo to access server clusters. | ||
# The binary extension ruamel.yaml.clib helps ruamel.yaml run faster, right? | ||
dnspython | ||
google-cloud-logging | ||
google-cloud-storage | ||
docker | ||
FireWorks | ||
requests | ||
ruamel.yaml | ||
ruamel.yaml.clib | ||
|
||
# Dev tools | ||
twine |
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