File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Remy's
2+ # Remy's
23trash /
34experiments /
45* .DS_Store
@@ -8,9 +9,9 @@ experiments/
89* .old
910* .backup. *
1011logs /
11- img /assets /
12- simulations /summoner_mock.py
1312test_logs.py
13+ validation_draft.json
14+ server_comm.jsonc
1415
1516# Byte-compiled / optimized / DLL files
1617__pycache__ /
Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ pytest~=9.0.3
22asyncio == 3.4.3
33aioconsole == 0.8.1
44maturin == 1.8.3
5- python-dotenv ~= 1.2.1
5+ python-dotenv ~= 1.2.2
66typing_extensions == 4.15.0
Original file line number Diff line number Diff line change 1515 python_requires = ">=3.9" ,
1616 install_requires = [
1717 "aioconsole==0.8.1" ,
18- "python-dotenv~=1.2.1" ,
18+ "python-dotenv~=1.2.1; python_version < '3.10'" ,
19+ "python-dotenv~=1.2.2; python_version >= '3.10'" ,
1920 "typing_extensions==4.15.0; python_version < '3.13'" ,
2021 ],
2122 extras_require = {
You can’t perform that action at this time.
0 commit comments