Skip to content

Commit

Permalink
Easygui no longer required
Browse files Browse the repository at this point in the history
  • Loading branch information
holm10 authored Jul 18, 2023
1 parent e906203 commit 95e276a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ def makeobjects(pkg):

cmdclass={'build': uedgeBuild, 'clean': uedgeClean},
test_suite="pytests",
install_requires=['forthon', 'easygui'],
install_requires=['forthon'],
# note that include_dirs may have to be expanded in the line above
classifiers=['Programming Language :: Python',
'Programming Language :: Python :: 3']
Expand Down

0 comments on commit 95e276a

Please sign in to comment.