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
requirements: Explicitly install pygments 2.3.1 for pudb on py 3.4.
The latest pygments release depends on py3.5+, so when pudb installs the
latest version, this breaks our dev installs on py3.4.
This commit is a workaround for this issue, to enable pipenv dev
installs, which are currently also used for testing in CI.
0 commit comments