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 Jul 31, 2023
1 parent a99164e commit c143cd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions bin/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ pydantic[dotenv,email]
pyhamcrest
pyopenssl
pyserial
python-dateutil
python-dotenv
requests
service-identity
Expand Down
1 change: 1 addition & 0 deletions srv/isc-agent/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ pydantic[dotenv,email]==1.9.2 ; python_full_version >= "3.7.1" and python_full_v
pyhamcrest==2.0.4 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0"
pyopenssl==21.0.0 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0"
pyserial==3.5 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0"
python-dateutil==2.8.2 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0"
python-dotenv==0.21.1 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0"
pywin32==306 ; platform_system == "Windows" and python_full_version >= "3.7.1" and python_full_version < "4.0.0"
requests==2.27.1 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0"
Expand Down

0 comments on commit c143cd3

Please sign in to comment.