Skip to content

Commit

Permalink
Temporarily depend on git revs for development.
Browse files Browse the repository at this point in the history
  • Loading branch information
synrg committed Jun 22, 2024
1 parent c69593e commit 0755151
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 12 deletions.
20 changes: 10 additions & 10 deletions poetry.lock

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

6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@ readme = "README.md"
[tool.poetry.dependencies]
python = ">=3.8.1,<3.12"
Red-DiscordBot = "^3.5.8"
dronefly-core = "=0.3.9.dev0"
dronefly-discord = "=0.1.5.pre0"
#dronefly-core = "=0.3.9.dev0"
dronefly-core = { git = "https://github.com/dronefly-garden/dronefly-core", rev = "6a540ae6c138e22ee225958062c846539e54cc07" }
#dronefly-discord = "=0.1.5.pre0"
dronefly-discord = { git = "https://github.com/dronefly-garden/dronefly-discord", rev = "3478ae778638e8dfabb4df6648aa41040f4674e6" }
ebird-api = "^3.0.6"
filelock = "^3.13.3"
timeago = "^1.0.15"
Expand Down

0 comments on commit 0755151

Please sign in to comment.