Skip to content

Commit 02e40d3

Browse files
committed
Fix dependencies, using vanilla responder package from PyPI, version 2
1 parent 50e531b commit 02e40d3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGES.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Changelog
55

66
in progress
77
===========
8+
- Fix dependencies, using vanilla ``responder`` package from PyPI
89

910
2024-05-10 0.7.1
1011
================

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
'twine<6',
7373
],
7474
'service': [
75-
'responder @ git+https://github.com/kennethreitz/responder.git@e9613500daf',
75+
'responder<3',
7676
'typesystem<0.3',
7777
],
7878
'test': [

0 commit comments

Comments
 (0)