mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-02 17:31:14 -05:00
Remove monotonic
> On Python 3.3 or newer, monotonic will be an alias of time.monotonic > from the standard library. On older versions, it will fall back to an > equivalent implementation. – https://pypi.org/project/monotonic/
This commit is contained in:
@@ -13,7 +13,6 @@ iso8601==0.1.12
|
||||
jsonschema==2.6.0
|
||||
marshmallow-sqlalchemy==0.13.2
|
||||
marshmallow==2.15.1
|
||||
monotonic==1.5
|
||||
psycopg2-binary==2.7.4
|
||||
PyJWT==1.6.1
|
||||
SQLAlchemy==1.2.6
|
||||
|
||||
Reference in New Issue
Block a user