Skip to content

Commit a967a64

Browse files
authored
Merge pull request #73 from moesoha/master
fix dependencies
2 parents 59f5145 + 5a9aa11 commit a967a64

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

requirements.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
pygraphviz
1+
# pygraphviz
22
xeger
3+
colorful

setup.py

+7-3
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,19 @@
33

44
setup(
55
name='cyaron',
6-
version='0.4.2',
6+
version='0.4.3',
77
keywords='olympic informatics luogu aqours cyaron lovelive sunshine online judge',
88
description='CYaRon: Yet Another Random Olympic-iNformatics test data generator, A library for automatically generating test data for Online Judge, Olympic Informatics or automatic application testing',
99
license='LGPLv3',
10-
url='https://www.luogu.org/',
10+
url='https://www.luogu.com.cn/',
1111
author='Luogu Development Team',
1212
author_email='k@luogu.org',
1313
packages=find_packages(),
1414
include_package_data=True,
1515
platforms='any',
16-
install_requires=['colorful>=0.3.5'],
16+
install_requires=[
17+
# 'pygraphviz',
18+
'xeger',
19+
'colorful>=0.3.5'
20+
],
1721
)

0 commit comments

Comments
 (0)