File: remove_psycopg2-binary

package info (click to toggle)
pybel 0.15.5-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 16,504 kB
  • sloc: python: 29,392; javascript: 246; makefile: 226; sh: 20
file content (14 lines) | stat: -rw-r--r-- 280 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: Remove psycopg2-binary dependency
 This patch removes psycopg2-binary from the 
 setup.cfg dependencies. 

--- a/setup.cfg
+++ b/setup.cfg
@@ -71,7 +71,6 @@
     bioregistry
     ratelimit
     pystow>=0.1.2
-    psycopg2-binary
 
 # Random options
 zip_safe = false