Skip to content
Snippets Groups Projects
setup.cfg.patch 357 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
    
    Jean-Paul Calderone's avatar
    Jean-Paul Calderone committed
    @@ -40,7 +40,7 @@ install_requires =
         # 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.0
    +    tahoe-lafs
         treq
     
     [versioneer]