Skip to content

Commit

Permalink
<>[]: <Remove requirements.txt 🗂 👷‍♂️>
Browse files Browse the repository at this point in the history
[
* Rationalize codeally... versions
* Internally, update to python 3.12.8
]

[#124]
  • Loading branch information
hasii2011 committed Jan 21, 2025
1 parent 9beab3b commit 1a5dfcb
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 25 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
pip install setuptools
pip install html-testRunner~=1.2.1
pip install buildlackey~=1.6.3
pip install codeallybasic==1.8.0
pip install codeallybasic==1.8.5
pip install codeallyadvanced==1.3.3
pip install pyutmodelv2==2.2.2
pip install six==1.16.0
Expand Down
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ install:
- pip install attrdict3
- pip install wxPython
- pip install buildlackey~=1.6.3
- pip install codeallybasic==1.7.0
- pip install codeallyadvanced==1.3.2
- pip install codeallybasic==1.8.5
- pip install codeallyadvanced==1.3.3
- pip install pyutmodelv2==2.1.5

# command to run tests
Expand Down
25 changes: 24 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down
19 changes: 0 additions & 19 deletions requirements.txt

This file was deleted.

0 comments on commit 1a5dfcb

Please sign in to comment.