Skip to content

Commit

Permalink
Merge pull request #73 from moesoha/master
Browse files Browse the repository at this point in the history
fix dependencies
  • Loading branch information
moesoha authored Dec 17, 2019
2 parents 59f5145 + 5a9aa11 commit a967a64
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
pygraphviz
# pygraphviz
xeger
colorful
10 changes: 7 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,19 @@

setup(
name='cyaron',
version='0.4.2',
version='0.4.3',
keywords='olympic informatics luogu aqours cyaron lovelive sunshine online judge',
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',
license='LGPLv3',
url='https://www.luogu.org/',
url='https://www.luogu.com.cn/',
author='Luogu Development Team',
author_email='[email protected]',
packages=find_packages(),
include_package_data=True,
platforms='any',
install_requires=['colorful>=0.3.5'],
install_requires=[
# 'pygraphviz',
'xeger',
'colorful>=0.3.5'
],
)

0 comments on commit a967a64

Please sign in to comment.