forked from randovania/randovania
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
94 lines (84 loc) · 2.11 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
[metadata]
name = randovania
author = Henrique Gemignani Passos Lima
url = https://github.com/randovania/randovania
description = A multiworld randomizer for Metroid Prime and Metroid Prime 2: Echoes.
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.10
Topic :: Games/Entertainment
[options]
include_package_data = True
zip_safe = False
packages = find:
python_requires = >=3.10.1
install_requires =
networkx
bitstruct
construct
tenacity>=7.0.0
python-slugify
python-socketio[asyncio_client]
aiohttp
aiofiles
attrs>=21.4.0
frozendict
dulwich>=0.20
py_randomprime>=1.9.6
mp2hudcolor>=1.0.10
retro-data-structures>=0.10.0
SuperDuperMetroid>=1.2.0
open-dread-rando>=0.20.0
open-prime-rando>=0.1.0
cave-story-randomizer>=1.0.0
tsc-utils>=0.2.0
[options.packages.find]
exclude =
test
[options.extras_require]
gui =
PySide6-Essentials
appdirs
qasync
async-wiiload
dolphin-memory-engine>=1.0.2
markdown
matplotlib>=3.3.3
nod>=1.8
pid>=3.0.0
pypresence
pyqtdarktheme
server =
cryptography
discord.py # for randovania/server/discord
discord-py-interactions # for randovania/server/discord/database_command
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
test =
pytest
pytest-cov
pytest-qt
pytest-asyncio
pytest-mock
pytest-localftpserver
pytest-xdist[psutil]
mock>=4.0
[options.entry_points]
console_scripts =
randovania = randovania.__main__:main