Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
network
Manage
Activity
Members
Labels
Plan
Issues
4
Issue boards
Milestones
Wiki
Code
Merge requests
9
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
funkwhale
network
Commits
6d35d92e
Verified
Commit
6d35d92e
authored
2 years ago
by
Georg Krause
Browse files
Options
Downloads
Patches
Plain Diff
chore: Update dependencies
parent
92fd2b99
Branches
645-documentation-typos
No related tags found
1 merge request
!43
Apply patches from the server
Pipeline
#26089
failed with stage
in 2 minutes and 10 seconds
Changes
2
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
poetry.lock
+324
-258
324 additions, 258 deletions
poetry.lock
pyproject.toml
+3
-2
3 additions, 2 deletions
pyproject.toml
with
327 additions
and
260 deletions
poetry.lock
+
324
−
258
View file @
6d35d92e
This diff is collapsed.
Click to expand it.
pyproject.toml
+
3
−
2
View file @
6d35d92e
...
...
@@ -5,10 +5,9 @@ description = ""
authors
=
[
"Funkwhale Collective"
]
[tool.poetry.dependencies]
python
=
"
~
3.9"
python
=
"
>
=
3.9
,
<
4.0
"
aiopg
=
"1.3.3"
aiohttp
=
"3.8.1"
arq
=
"0.22"
click
=
"8.1.3"
aioredis
=
"1.3.0"
marshmallow
=
"~
=
3
"
...
...
@@ -17,6 +16,8 @@ asynctest = "0.13.0"
django-environ
=
"0.8.1"
webargs
=
"8.1.0"
tabulate
=
"0.8.9"
arq
=
"0.22"
psycopg2
=
"2.9.5"
[tool.poetry.dev-dependencies]
ipdb
=
"^0.13.9"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment