Skip to content
Snippets Groups Projects
setup.cfg.patch 373 B
Newer Older
  • Learn to ignore specific revisions
  • diff --git a/setup.cfg b/setup.cfg
    
    Jean-Paul Calderone's avatar
    Jean-Paul Calderone committed
    index dfc49607..822ea8dd 100644
    
    --- a/setup.cfg
    +++ b/setup.cfg
    
    @@ -40,5 +40,5 @@ install_requires =
    
    Jean-Paul Calderone's avatar
    Jean-Paul Calderone committed
         # incompatible with Tahoe-LAFS'.  So duplicate them here (the ones that
         # have been observed to cause problems).
         Twisted[tls,conch]>=18.4.0
    
    -    tahoe-lafs >=1.14, <1.17, !=1.15.*
    
    +    tahoe-lafs
         treq
     
     [versioneer]