forked from ActivityWatch/activitywatch
-
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.
updated submodules with poetry/pyproject.toml changes
- Loading branch information
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule aw-client
updated
6 files
+0 −2 | .travis.yml | |
+2 −1 | aw_client/cli.py | |
+2 −2 | aw_client/client.py | |
+696 −0 | poetry.lock | |
+32 −0 | pyproject.toml | |
+0 −22 | setup.py |
Submodule aw-core
updated
10 files
+2 −2 | .travis.yml | |
+1 −5 | Makefile | |
+0 −19 | Pipfile | |
+0 −366 | Pipfile.lock | |
+1 −1 | aw_core/models.py | |
+661 −0 | poetry.lock | |
+40 −0 | pyproject.toml | |
+0 −25 | requirements-dev.txt | |
+0 −14 | requirements.txt | |
+0 −34 | setup.py |
Submodule aw-server
updated
9 files
+2 −3 | .travis.yml | |
+1 −6 | Makefile | |
+0 −19 | Pipfile | |
+0 −436 | Pipfile.lock | |
+803 −0 | poetry.lock | |
+29 −0 | pyproject.toml | |
+0 −28 | requirements-dev.txt | |
+0 −21 | requirements.txt | |
+0 −40 | setup.py |