Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
mraniki committed Jun 21, 2023
1 parent 620c86a commit 25c69bf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ packages = [
"Issues" = "https://github.com/mraniki/dxsp/issues"

[tool.poetry.dependencies]
python = "^3.10.0"
dynaconf = "^3.1.12"
python = "^3.11"
dynaconf = "^3.1"
web3 = "^6.4.0"
pycoingecko = "^3.1.0"

Expand Down Expand Up @@ -54,4 +54,4 @@ commit_parser = "semantic_release.history.emoji_parser"
use_textual_changelog_sections = true
major_emoji = "πŸ’₯"
minor_emoji = "πŸ₯š,πŸš€,πŸ’„,✨"
patch_emoji = "🎨,πŸ›,πŸš‘,⚑,πŸ”₯,🚨,♻️,πŸ”§,⬆️,🩹,πŸ‘·,πŸ“,πŸ”’,πŸ‘½,πŸ’¬,πŸ₯…,βœ…,🐳,πŸ™ˆ,βš—οΈ,🧐,πŸ”‡,πŸ”Š"
patch_emoji = "🎨,πŸ›,πŸš‘,⚑,πŸ”₯,🚨,♻️,πŸ”§,⬆️,🩹,πŸ‘·,πŸ“,πŸ”’,πŸ‘½,πŸ’¬,πŸ₯…,βœ…,🐳,πŸ™ˆ,βš—οΈ,🧐,πŸ”‡,πŸ”Š"

0 comments on commit 25c69bf

Please sign in to comment.