-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
<>[]: <Remove requirements.txt 🗂 👷♂️>
[ * Rationalize codeally... versions * Internally, update to python 3.12.8 ] [#124]
- Loading branch information
Showing
5 changed files
with
28 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,6 @@ __pycache__/ | |
build/ | ||
dist/ | ||
ogl.egg-info | ||
/pyenv-3.11.5/ | ||
/pyenv-3.12.7/ | ||
/pyenv-3.12.8/ | ||
.envrc | ||
.python-version |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,13 +12,36 @@ authors = [{name = 'Humberto A. Sanchez II', email = 'Humbert.A.Sanchez.II@g | |
maintainers = [{name = 'Humberto A. Sanchez II', email = '[email protected]'}] | ||
keywords = ['pyut', 'graphical shapes', 'python',] | ||
|
||
classifiers = [ | ||
"Programming Language :: Python", | ||
"Intended Audience :: Developers", | ||
"License :: OSI Approved :: GNU Affero General Public License v3", | ||
"Operating System :: MacOS :: MacOS X", | ||
"Topic :: Software Development :: Libraries :: Python Modules", | ||
] | ||
|
||
dependencies = [ | ||
'wxPython~=4.2.2', | ||
'codeallybasic>=1.8.0', | ||
'codeallybasic>=1.8.5', | ||
'codeallyadvanced>=1.3.3', | ||
'pyutmodelv2>=2.2.2', | ||
] | ||
|
||
[project.optional-dependencies] | ||
test = [ | ||
'mypy==1.13.0', | ||
'mypy-extensions==1.0.0', | ||
'types-Deprecated==1.2.9.20240311', | ||
'html-testRunner~=1.2.1', | ||
] | ||
|
||
deploy = [ | ||
"wheel==0.45.1", | ||
"setuptools==75.7.0", | ||
"twine==6.0.1", | ||
"build==1.2.2.post1", | ||
] | ||
|
||
[project.urls] | ||
Repository = 'https://github.com/hasii2011/ogl' | ||
|
||
|
This file was deleted.
Oops, something went wrong.