Finish packaging and change to src-based packaging layout, replace caddy with haproxy for performance, and update docker-compose and Dockerfiles for new packaging.
This commit is contained in:
parent
959b06c425
commit
762361a21b
210 changed files with 235 additions and 168 deletions
10
src/pkmntrade_club/tests/utils/rarity.py
Normal file
10
src/pkmntrade_club/tests/utils/rarity.py
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
RARITY_MAPPING = {
|
||||
1: "🔷",
|
||||
2: "🔷🔷",
|
||||
3: "🔷🔷🔷",
|
||||
4: "🔷🔷🔷🔷",
|
||||
5: "⭐️",
|
||||
6: "⭐️⭐️",
|
||||
7: "⭐️⭐️⭐️",
|
||||
8: "👑"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue