rabin 6 years ago
parent
commit
5d08e39077
2 changed files with 3 additions and 4 deletions
  1. 3 1
      .gitignore
  2. 0 3
      requirements.txt

+ 3 - 1
.gitignore

@@ -22,4 +22,6 @@ dist
 *.pyo
 *.tmp*
 .idea
-demos/helloworld/runtime/*
+demos/helloworld/runtime/*
+psycopg2
+influxdb

+ 0 - 3
requirements.txt

@@ -1,9 +1,6 @@
 tornado
 gevent
 pymysql
-psycopg2
-influxdb
-redis
 celery
 short_url
 requests