Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
satella
Manage
Activity
Members
Labels
Plan
Issues
1
Issue boards
Milestones
Wiki
Code
Merge requests
0
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
public
satella
Commits
3d91b924
Commit
3d91b924
authored
7 years ago
by
Piotr Maślanka
Browse files
Options
Downloads
Patches
Plain Diff
v2.0.20 - fixed requirements
parent
8fc390c4
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
CHANGELOG.md
+4
-0
4 additions, 0 deletions
CHANGELOG.md
requirements.txt
+1
-1
1 addition, 1 deletion
requirements.txt
satella/coding/typecheck.py
+1
-4
1 addition, 4 deletions
satella/coding/typecheck.py
setup.cfg
+1
-1
1 addition, 1 deletion
setup.cfg
with
7 additions
and
6 deletions
CHANGELOG.md
+
4
−
0
View file @
3d91b924
## v2.0.20
*
Naprawiono requirements
## v2.0.19
*
Dodano
`checked_coerce`
i
`for_argument`
...
...
This diff is collapsed.
Click to expand it.
requirements.txt
+
1
−
1
View file @
3d91b924
six
monotonic
backports.typing
\ No newline at end of file
typing
This diff is collapsed.
Click to expand it.
satella/coding/typecheck.py
+
1
−
4
View file @
3d91b924
...
...
@@ -17,10 +17,7 @@ import logging
from
..coding.recast_exceptions
import
silence_excs
import
six
from
copy
import
copy
try
:
import
typing
except
ImportError
:
from
backports
import
typing
import
typing
from
collections
import
namedtuple
import
functools
import
numbers
...
...
This diff is collapsed.
Click to expand it.
setup.cfg
+
1
−
1
View file @
3d91b924
[metadata]
name
= satella
version
= 2.0.
19
version
= 2.0.
20
description
-file = README.md
author
= Piotr Maślanka
author_email
= piotrm@smok.co
...
...
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