You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added pipenv files to establish a well-defined development environment: In particular, the Pipfile describes the dependencies of the library (or rather, application for the sake of the development tasks) and the Pipfile.lock locks down the dependencies and subdependencies to specific versions. (#14)
Updated numerous security-related indirect dependencies in Pipfile.lock (#22)