File tree 11 files changed +11
-15
lines changed
development/BL_Python/development
platform/BL_Python/platform
programming/BL_Python/programming
testing/BL_Python/testing
11 files changed +11
-15
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,6 @@ packages = [
79
79
#
80
80
[project .optional-dependencies ]
81
81
dev-dependencies = [
82
- # testing automation. use specific versions so behavior does not change.
83
82
" pytest" ,
84
83
" pytest-mock" ,
85
84
" mock" ,
@@ -90,10 +89,6 @@ dev-dependencies = [
90
89
# which allows us to catch new types of problems.
91
90
" pyright" ,
92
91
" isort" ,
93
- # specific version is nnecessary due to Flask dependency
94
- # version conflict with `click`
95
- # flask 1.1.4 depends on click<8.0 and >=5.1
96
- # black 22.1.0 depends on click>=8.0.0
97
92
" black"
98
93
]
99
94
Original file line number Diff line number Diff line change 1
- __version__ : str = "0.0.1 "
1
+ __version__ : str = "0.1.0 "
Original file line number Diff line number Diff line change 1
- __version__ : str = "0.0.1 "
1
+ __version__ : str = "0.1.0 "
2
2
3
3
from .api import GitHub
4
4
Original file line number Diff line number Diff line change 1
- __version__ : str = "0.0.1 "
1
+ __version__ : str = "0.1.0 "
Original file line number Diff line number Diff line change @@ -28,7 +28,8 @@ classifiers = [
28
28
]
29
29
30
30
dependencies = [
31
- " BL_Python.programming == 0.0.1" ,
31
+ " BL_Python.programming" ,
32
+
32
33
" sqlalchemy ~= 1.4" ,
33
34
" alembic ~= 1.8" ,
34
35
" sqlalchemy2-stubs ~= 0.0.2a34" ,
Original file line number Diff line number Diff line change 1
- __version__ : str = "0.0.1 "
1
+ __version__ : str = "0.1.0 "
2
2
from BL_Python .development .profiling import do_profile
3
3
4
4
__all__ = ("do_profile" ,)
Original file line number Diff line number Diff line change 1
- __version__ : str = "0.0.1 "
1
+ __version__ : str = "0.1.0 "
Original file line number Diff line number Diff line change 1
- __version__ : str = "0.0.1 "
1
+ __version__ : str = "0.1.0 "
Original file line number Diff line number Diff line change 1
- __version__ : str = "0.0.1 "
1
+ __version__ : str = "0.1.0 "
Original file line number Diff line number Diff line change 1
- __version__ : str = "0.0.1 "
1
+ __version__ : str = "0.1.0 "
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ classifiers = [
28
28
]
29
29
30
30
dependencies = [
31
- " BL_Python.programming == 0.0.1 " ,
31
+ " BL_Python.programming" ,
32
32
33
33
" Flask" ,
34
34
" flask-injector" ,
You can’t perform that action at this time.
0 commit comments