Skip to content

Commit

Permalink
Converted pyproject.toml to requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Feb 2, 2024
1 parent 2caae02 commit 0ff4cc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions srv/isc-agent/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ appdirs==1.4.4 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0
attrs==23.2.0 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0"
automat==22.10.0 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0"
bcrypt==4.1.2 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0"
certifi==2023.11.17 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0"
certifi==2024.2.2 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0"
cffi==1.15.1 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0"
charset-normalizer==2.0.12 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0"
constantly==15.1.0 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0"
Expand All @@ -22,7 +22,7 @@ idna==3.6 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0"
importlib-metadata==6.7.0 ; python_full_version >= "3.7.1" and python_version < "3.8"
incremental==22.10.0 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0"
jinja2==3.0.3 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0"
markupsafe==2.1.3 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0"
markupsafe==2.1.4 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0"
priority==1.3.0 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0"
pyasn1-modules==0.3.0 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0"
pyasn1==0.5.1 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0"
Expand Down

0 comments on commit 0ff4cc9

Please sign in to comment.