Skip to content

Commit

Permalink
Fix version syntax in Pipfile
Browse files Browse the repository at this point in the history
Change-Id: I04ea1540b03d08cdaefc4538a047a2aff4de93b4
  • Loading branch information
TimotheusBachinger committed Jan 25, 2022
1 parent d3cda80 commit 88b7d5b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ semver = "==2.13.0"
uvicorn = "==0.16.0" # used for running agent-receiver server
gunicorn= "==20.1.0" # used for running agent-receiver server
agent-receiver = {editable = true, path = "./agent-receiver"}
pysmb = "1.2" # used by SMB share special agent
pysmb = "==1.2" # used by SMB share special agent

[requires]
python_version = "3.9"
6 changes: 3 additions & 3 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 88b7d5b

Please sign in to comment.