Skip to content

Commit

Permalink
Add original requirements files and current requirements files
Browse files Browse the repository at this point in the history
  • Loading branch information
soline-b committed Oct 19, 2023
1 parent b58b1b0 commit 35444e2
Show file tree
Hide file tree
Showing 13 changed files with 90 additions and 3 deletions.
9 changes: 9 additions & 0 deletions clockwork_tools_test/requirements_orig.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
coverage==7.3.2
dnspython==2.4.2
exceptiongroup==1.1.3
iniconfig==2.0.0
packaging==23.2
pluggy==1.3.0
pymongo==4.5.0
pytest==7.4.2
tomli==2.0.1
14 changes: 14 additions & 0 deletions clockwork_web/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,23 @@
Babel==2.13.0
blinker==1.6.3
certifi==2023.7.22
charset-normalizer==3.3.0
click==8.1.7
dnspython==2.4.2
Flask==3.0.0
flask-babel==4.0.0
Flask-Login @ git+https://github.com/maxcountryman/flask-login.git@2204b4eee7b215977ba5a1bf85e2061f7fa65e20
idna==3.4
importlib-metadata==6.8.0
itsdangerous==2.1.2
Jinja2==3.1.2
MarkupSafe==2.1.3
oauthlib==3.2.2
pymongo==4.5.0
pytz==2023.3.post1
requests==2.31.0
sentry-sdk==1.32.0
toml==0.10.2
urllib3==2.0.7
Werkzeug==3.0.0
zipp==3.17.0
9 changes: 9 additions & 0 deletions clockwork_web/requirements_orig.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Flask==3.0.0
flask-babel==4.0.0
Flask-Login @ git+https://github.com/maxcountryman/flask-login.git@2204b4eee7b215977ba5a1bf85e2061f7fa65e20
oauthlib==3.2.2
pymongo==4.5.0
requests==2.31.0
sentry-sdk==1.32.0
toml==0.10.2
Werkzeug==3.0.0
12 changes: 11 additions & 1 deletion clockwork_web_test/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
certifi==2023.7.22
charset-normalizer==3.3.0
coverage==7.3.2
exceptiongroup==1.1.3
idna==3.4
iniconfig==2.0.0
packaging==23.2
pluggy==1.3.0
pytest==7.4.2
requests==2.31.0
requests-mock==1.11.0
toml==0.10.2
six==1.16.0
tomli==2.0.1
urllib3==2.0.7
4 changes: 4 additions & 0 deletions clockwork_web_test/requirements_orig.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
coverage==7.3.2
pytest==7.4.2
requests-mock==1.11.0
toml==0.10.2
9 changes: 8 additions & 1 deletion scripts/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
blinker==1.6.3
click==8.1.7
dnspython==2.4.2
Flask==3.0.0
itsdangerous==2.1.2
Jinja2==3.1.2
ldap3==2.9.1
MarkupSafe==2.1.3
pyasn1==0.5.0
pymongo==4.5.0
Werkzeug==3.0.0
Werkzeug==3.0.0
4 changes: 4 additions & 0 deletions scripts/requirements_orig.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Flask==3.0.0
ldap3==2.9.1
pymongo==4.5.0
Werkzeug==3.0.0
6 changes: 6 additions & 0 deletions scripts_test/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
coverage==7.3.2
dnspython==2.4.2
exceptiongroup==1.1.3
iniconfig==2.0.0
numpy==1.26.0
packaging==23.2
pluggy==1.3.0
pymongo==4.5.0
pytest==7.4.2
toml==0.10.2
tomli==2.0.1
5 changes: 5 additions & 0 deletions scripts_test/requirements_orig.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
coverage==7.3.2
numpy==1.26.0
pymongo==4.5.0
pytest==7.4.2
toml==0.10.2
8 changes: 7 additions & 1 deletion slurm_state/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
bcrypt==4.0.1
cffi==1.16.0
cryptography==41.0.4
dnspython==2.4.2
numpy==1.26.0
paramiko==3.3.1
pycparser==2.21
pymongo==4.5.0
toml==0.10.2
PyNaCl==1.5.0
toml==0.10.2
4 changes: 4 additions & 0 deletions slurm_state/requirements_orig.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
numpy==1.26.0
paramiko==3.3.1
pymongo==4.5.0
toml==0.10.2
6 changes: 6 additions & 0 deletions slurm_state_test/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
coverage==7.3.2
dnspython==2.4.2
exceptiongroup==1.1.3
iniconfig==2.0.0
packaging==23.2
pluggy==1.3.0
pymongo==4.5.0
pytest==7.4.2
tomli==2.0.1
3 changes: 3 additions & 0 deletions slurm_state_test/requirements_orig.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
coverage==7.3.2
pymongo==4.5.0
pytest==7.4.2

0 comments on commit 35444e2

Please sign in to comment.