Skip to content

Commit

Permalink
<Enhancement>[]: <Update dependencies>
Browse files Browse the repository at this point in the history
[
* Use moved stuff from codeallybasic
* other dependencies updated
]

[#115]
  • Loading branch information
hasii2011 committed Oct 23, 2024
1 parent 6b2b168 commit 96159ac
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 427 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ jobs:
pip install buildlackey~=1.6.3
pip install six==1.16.0
pip install html-testRunner~=1.2.1
pip install attrdict3
pip install -U -f https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-22.04 wxPython
pip install codeallybasic==1.3.0
pip install codeallybasic==1.7.0
pip install codeallyadvanced==1.3.1
pip install pyutmodelv2==2.1.5
pip install attrdict3
pip install -U -f https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-22.04 wxPython
- run:
name: run tests
command: |
Expand Down
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ maintainers = [{name = 'Humberto A. Sanchez II', email = 'Humbert.A.Sanchez.II@g
keywords = ['pyut', 'graphical shapes', 'python',]

dependencies = [
'wxPython~=4.2.1',
'codeallybasic>=1.3.2',
'codeallyadvanced>=1.3.1',
'pyutmodelv2>=2.1.6',
'wxPython~=4.2.2',
'codeallybasic>=1.7.0',
'codeallyadvanced>=1.3.2',
'pyutmodelv2>=2.2.0',
]

[project.urls]
Expand Down
13 changes: 7 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,17 @@ setuptools==70.1.1
twine==5.1.1
build==1.2.1
html-testRunner~=1.2.1
pkgversions==0.2.2
# For CirlceCI
buildlackey==1.7.0
versionoverlord>=1.4.0

mypy==1.12.0
mypy-extensions==1.0.0
typing_extensions==4.12.2
# mypy-extensions==1.0.0
# typing_extensions==4.12.2

pyutmodelv2==2.1.6
codeallybasic==1.4.0
codeallyadvanced==1.3.1
codeallybasic==1.7.0
codeallyadvanced == 1.3.2
pyutmodelv2 == 2.2.0

wxPython~=4.2.2

12 changes: 6 additions & 6 deletions src/ogl/preferences/OglPreferences.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
from ogl.OglDimensions import OglDimensions
from ogl.OglTextFontFamily import OglTextFontFamily

from tests.DynamicConfiguration import DynamicConfiguration
from tests.DynamicConfiguration import KeyName
from tests.DynamicConfiguration import SectionName
from tests.DynamicConfiguration import Sections
from tests.DynamicConfiguration import ValueDescription
from tests.DynamicConfiguration import ValueDescriptions
from codeallybasic.DynamicConfiguration import DynamicConfiguration
from codeallybasic.DynamicConfiguration import KeyName
from codeallybasic.DynamicConfiguration import SectionName
from codeallybasic.DynamicConfiguration import Sections
from codeallybasic.DynamicConfiguration import ValueDescription
from codeallybasic.DynamicConfiguration import ValueDescriptions

MODULE_NAME: str = 'ogl'
PREFERENCES_FILE_NAME: str = f'{MODULE_NAME}.ini'
Expand Down
228 changes: 0 additions & 228 deletions tests/DynamicConfiguration.py

This file was deleted.

Loading

0 comments on commit 96159ac

Please sign in to comment.