Skip to content
Snippets Groups Projects
Commit 3d91b924 authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

v2.0.20 - fixed requirements

parent 8fc390c4
No related branches found
No related tags found
No related merge requests found
## v2.0.20
* Naprawiono requirements
## v2.0.19
* Dodano `checked_coerce` i `for_argument`
......
six
monotonic
backports.typing
\ No newline at end of file
typing
......@@ -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
......
[metadata]
name = satella
version = 2.0.19
version = 2.0.20
description-file = README.md
author = Piotr Maślanka
author_email = piotrm@smok.co
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment