Skip to content

Commit

Permalink
Remove attrs from requirements.txt (#373)
Browse files Browse the repository at this point in the history
We don't depend on this directly---it is a subdependency that we depend
on via other packages. In normal usage of requirements.txt this line
would not cause issues. However, this line causes issues when used with
a later Twisted version (e.g. 18.7) due to the sed in .travis.yml.
We should probably remove this line unless there is a specific reason to
keep it that I have missed.
  • Loading branch information
gschaffner authored Aug 1, 2020
1 parent 898c3aa commit e510234
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
attrs >= 19.1.*
configparser
future
futures >= 3.0.*
Expand Down

0 comments on commit e510234

Please sign in to comment.