Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Python
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
xAAL
Code
Python
Compare revisions
f3bf6bbc3c392770cf94bc4203433031d7c6c494 to d67be14f465dd37f7974f3b7d8ad6897bc1b0ee8
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
xaal/code/python
Select target project
No results found
d67be14f465dd37f7974f3b7d8ad6897bc1b0ee8
Select Git revision
Swap
Target
xaal/code/python
Select target project
xaal/code/python
1 result
f3bf6bbc3c392770cf94bc4203433031d7c6c494
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (3)
Merging
· 73ee2677
KERDREUX Jerome
authored
1 month ago
73ee2677
Merge branch 'main' of gitlab.imt-atlantique.fr:xaal/code/python
· 30bd0dea
KERDREUX Jerome
authored
1 month ago
30bd0dea
Fix missing dep from pyowm
· d67be14f
KERDREUX Jerome
authored
1 month ago
d67be14f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
devices/weather/OpenWeatherMap/pyproject.toml
+2
-2
2 additions, 2 deletions
devices/weather/OpenWeatherMap/pyproject.toml
with
2 additions
and
2 deletions
devices/weather/OpenWeatherMap/pyproject.toml
View file @
d67be14f
[project]
name
=
"xaal.owm"
version
=
"0.
2
"
version
=
"0.
3
"
description
=
"xAAL devices for OpenWeather Map"
readme
=
"README.rst"
authors
=
[
...
...
@@ -12,7 +12,7 @@ classifiers = [
"Topic :: Software Development :: Libraries :: Python Modules"
,
]
keywords
=
[
"xaal"
,
"own"
,
"weather"
]
dependencies
=
[
"xaal.lib"
,
"xaal.schemas"
,
"pyowm=
=
2.10
.
0
"]
dependencies
=
[
"xaal.lib"
,
"xaal.schemas"
,
"pyowm=
=
2.10
.
0
"
, "
setuptools
"
]
[
tool.setuptools.packages.find
]
...
...
This diff is collapsed.
Click to expand it.