forked from randovania/randovania
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
103 lines (92 loc) · 2.3 KB
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
[metadata]
name = randovania
author = Henrique Gemignani Passos Lima
url = https://github.com/randovania/randovania
description = A randomizer platform for a multitude of games.
long_description = file: README.md
long_description_content_type = text/markdown
license_files =
LICENSE
classifiers =
Development Status :: 5 - Production/Stable
Environment :: Console
Environment :: Win32 (MS Windows)
Environment :: X11 Applications :: Qt
Intended Audience :: End Users/Desktop
License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.11
Topic :: Games/Entertainment
[options]
include_package_data = True
zip_safe = False
packages = find:
python_requires = >=3.11
install_requires =
networkx
bitstruct
cryptography
construct
tenacity>=7.0.0
python-slugify
python-socketio[asyncio_client]
aiohttp
aiofiles
attrs>=21.4.0
frozendict
dulwich>=0.20
py_randomprime>=1.19.0
mp2hudcolor>=1.0.10
retro-data-structures>=0.15.2
am2r-yams>=0.1.0
SuperDuperMetroid>=1.2.0
open-dread-rando>=2.8.2
open-prime-rando>=0.11.0
cave-story-randomizer>=1.0.0
tsc-utils>=0.2.0
random-enemy-attributes>=1.0.3
sentry-sdk
ppc-asm>=1.2.1
[options.packages.find]
exclude =
test
[options.extras_require]
gui =
PySide6-Essentials>=6.5
appdirs
qasync
async-wiiload
dolphin-memory-engine>=1.0.2
markdown
matplotlib>=3.6.2 # Minimum version compatible with PySide 6.4. 3.6 is also needed for Python 3.11
nod>=1.9
pid>=3.0.0
pyqtdarktheme
server =
py-cord>=2.3.1 # for randovania/server/discord; 2.3.1+ is needed for Python 3.11
eventlet
flask-discord
flask-socketio
prometheus-flask-exporter
peewee
requests-oauthlib
Pillow>=9.0.0 # for randovania/server/discord/database_command
graphviz # for randovania/server/discord/database_command
sentry-sdk[flask]
cachetools
test =
pytest
pytest-cov
pytest-qt
pytest-asyncio
pytest-mock
pytest-localftpserver
pytest-xdist[psutil]
typing =
mypy
construct-typing
types-aiofiles
types-peewee
[options.entry_points]
console_scripts =
randovania = randovania.__main__:main