mirror of
https://github.com/Dinnerbone/mcstatus.git
synced 2026-04-06 03:51:23 +08:00
Added a MinecraftServer.lookup method, converts a string to host/port (including SRV lookup)
This closes #12
This commit is contained in:
2
requirements/base.txt
Normal file
2
requirements/base.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
six==1.7.3
|
||||
mock==1.0.1
|
||||
3
requirements/python2.txt
Normal file
3
requirements/python2.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
-r base.txt
|
||||
|
||||
dnspython==1.12.0
|
||||
3
requirements/python3.txt
Normal file
3
requirements/python3.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
-r base.txt
|
||||
|
||||
dnspython3==1.12.0
|
||||
Reference in New Issue
Block a user